]> code.citadel.org Git - citadel.git/blobdiff - webcit/Makefile.in
* More work to get the gettext stuff working, although I really don't
[citadel.git] / webcit / Makefile.in
index c08e53cfc30234fb679610b907521761fccd3843..315824fee4fc0ef1ea4b4161538cb1bfedb9c199 100644 (file)
@@ -54,7 +54,7 @@ webserver: webserver.o context_loop.o tools.o ical_dezonify.o \
        $(LIBOBJS) $(LIBS) $(LDFLAGS) -o webserver
 
 .c.o:
-       $(CC) $(CFLAGS) $(DEFS) -c $(PTHREAD_DEFS) -DWEBCITDIR=\"$(prefix)\" $<
+       $(CC) $(CFLAGS) $(DEFS) -c $(PTHREAD_DEFS) -DWEBCITDIR=\"$(prefix)\" -DLOCALEDIR=\"$(prefix)/locale\" $<
 
 Makefile: $(srcdir)/Makefile.in config.status
        CONFIG_FILES=Makefile CONFIG_HEADERS= $(SHELL) ./config.status