diff Makefile.in @ 1104:72670131dace

Basis.serialize; separate file for mhash; run transactional finishers in reverse order; set needs_sig properly
author Adam Chlipala <adamc@hcoop.net>
date Thu, 31 Dec 2009 11:41:57 -0500
parents bed675db3aff
children c9137606733a
line wrap: on
line diff
--- a/Makefile.in	Wed Dec 30 09:52:18 2009 -0500
+++ b/Makefile.in	Thu Dec 31 11:41:57 2009 -0500
@@ -17,7 +17,7 @@
 smlnj: src/urweb.cm
 mlton: bin/urweb
 
-OBJS := memmem urweb request queue http cgi fastcgi
+OBJS := memmem mhash urweb request queue http cgi fastcgi
 SOS  := urweb urweb_http urweb_cgi urweb_fastcgi
 c: $(OBJS:%=lib/c/%.o) $(SOS:%=lib/c/lib%.so.$(LD_MAJOR).$(LD_MINOR))
 
@@ -33,7 +33,7 @@
 lib/c/%.o: src/c/%.c include/*.h
 	gcc -Wimplicit -O3 -I include -c $< -o $@ $(CFLAGS)
 
-URWEB_OS := memmem urweb queue request
+URWEB_OS := memmem urweb queue request mhash
 lib/c/liburweb.so.$(LD_MAJOR).$(LD_MINOR): $(URWEB_OS:%=lib/c/%.do)
 	gcc -shared -Wl,-soname,liburweb.so.$(LD_MAJOR) -o $@ $^