X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2FMakefile.in;h=ef9690cbb46c7a993cab39065bddf4ab452bbc52;hb=7d67da44c7fe90bcf5b577ed444c28009ef5ea71;hp=8538c4c2bc5d2a0b7aa2867155c028b57a50ee42;hpb=22e4e5ffb65d6973b0a613d5b410f3a9dcf6a71c;p=citadel.git diff --git a/webcit/Makefile.in b/webcit/Makefile.in index 8538c4c2b..ef9690cbb 100644 --- a/webcit/Makefile.in +++ b/webcit/Makefile.in @@ -46,6 +46,7 @@ clean: distclean: clean rm -f Makefile config.cache config.log config.status \ po/webcit/Makefile \ + ical_maps.c \ $(srcdir)/TAGS setup: setup.o gettext.o @@ -87,6 +88,9 @@ webcit: webserver.o context_loop.o ical_dezonify.o \ paramhandling.o utils.o ical_maps.o ical_subst.o static.o feed_generator.o \ $(LIBS) +ical_maps.c: scripts/get_ical_data.sh + sh scripts/get_ical_data.sh + %.o: %.c ${HEADERS} echo "CC $<" $(CC) $(CFLAGS) $(DEFS) $(PTHREAD_DEFS) -c -o $@ $<