converted comments to get caught by doxygen
[citadel.git] / webcit / Makefile.in
index ea2d67378f17c97afc341d33a96819e27afff106..b6cdbaa6d280b011efe5328e409190f80448cb08 100644 (file)
@@ -24,7 +24,7 @@ SUBDIRS=$(LIB_SUBDIRS) $(PROG_SUBDIRS)
 all: all-progs-recursive webserver setup
 
 
-.SUFFIXES: .c .o
+.SUFFIXES: .cpp .c .o
 
 clean:
        rm -f *.o webcit webserver
@@ -67,6 +67,9 @@ webserver: webserver.o context_loop.o tools.o ical_dezonify.o \
 .c.o:
        $(CC) $(CFLAGS) $(DEFS) -c $(PTHREAD_DEFS) -DWEBCITDIR=\"$(prefix)\" -DLOCALEDIR=\"$(prefix)/locale\" $<
 
+.cpp.o:
+       $(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