X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2FMakefile.in;h=1c31348aae9e8960a1848e5a1245ae314f59e729;hb=501b255d375ab099bc59455374a24f15da05d7d2;hp=ef6465b1f918a315cc69be6e8b0c66659a6fe7a6;hpb=c2233a60c147fc68531834b0227c703ecdacc5d0;p=citadel.git diff --git a/webcit/Makefile.in b/webcit/Makefile.in index ef6465b1f..1c31348aa 100644 --- a/webcit/Makefile.in +++ b/webcit/Makefile.in @@ -17,9 +17,8 @@ top_builddir=`pwd` LIB_SUBDIRS= PROG_SUBDIRS=@PROG_SUBDIRS@ SUBDIRS=$(LIB_SUBDIRS) $(PROG_SUBDIRS) -#LOCALEDIR=@LOCALEDIR@ -#WWWDIR=@WWWDIR@ -#EDITORDIR=@EDITORDIR@ +LOCALEDIR=@LOCALEDIR@ +WWWDIR=@WWWDIR@ # End of configuration section @@ -73,18 +72,6 @@ webserver: webserver.o context_loop.o tools.o ical_dezonify.o \ .cpp.o: $(CC) $(CFLAGS) $(DEFS) -c $(PTHREAD_DEFS) $< -#.c.o: -# $(CC) $(CFLAGS) $(DEFS) -c $(PTHREAD_DEFS) \ -# -DWEBCITDIR=\"$(WWWDIR)\" \ -# -DLOCALEDIR=\"$(LOCALEDIR)\" \ -# -DEDITORDIR=\"$(EDITORDIR)\" $< -# -#.cpp.o: -# $(CC) $(CFLAGS) $(DEFS) -c $(PTHREAD_DEFS) \ -# -DWEBCITDIR=\"$(WWWDIR)\" \ -# -DLOCALEDIR=\"$(LOCALEDIR)\" \ -# -DEDITORDIR=\"$(EDITORDIR)\"$< -# Makefile: $(srcdir)/Makefile.in config.status CONFIG_FILES=Makefile CONFIG_HEADERS= $(SHELL) ./config.status