]> code.citadel.org Git - citadel.git/blobdiff - webcit/Makefile.in
* Added "enter registration"
[citadel.git] / webcit / Makefile.in
index 72f57cf1c31a234b420d27300dfa65606582f517..9a9008c9a84261ccb67c65e2e01ebc0b74c2de1f 100644 (file)
@@ -24,7 +24,7 @@ webserver: webserver.o context_loop.o $(LIBOBJS)
        $(CC) webserver.o context_loop.o $(LIBOBJS) $(LIBS) -o webserver
 
 webserver.o: webserver.c webcit.h
-       $(CC) $(CFLAGS) $(DEFS) -c -D_REENTRANT webserver.c
+       $(CC) $(CFLAGS) $(DEFS) -c -D_REENTRANT -DWEBCITDIR=\"`pwd`\" webserver.c
 
 context_loop.o: context_loop.c webcit.h webserver.h
        $(CC) $(CFLAGS) $(DEFS) -c -D_REENTRANT context_loop.c