fixed HAVE_BACKTRACE checks

starter Makefile now uses proper $(COMPILE) to build pluto objects
This commit is contained in:
Martin Willi
2006-12-11 09:29:34 +00:00
parent e696757c47
commit 5347a84f81
3 changed files with 9 additions and 5 deletions
+2 -2
View File
@@ -28,10 +28,10 @@ keywords.c: keywords.txt keywords.h
$(GPERF) -C -G -t < keywords.txt > keywords.c
loglite.o: $(OPENACDIR)/loglite.c $(PLUTODIR)/log.h
$(CC) $(AM_CFLAGS) $(INCLUDES) -c -o $@ $<
$(COMPILE) -c -o $@ $<
defs.o: $(PLUTODIR)/defs.c $(PLUTODIR)/defs.h
$(CC) $(AM_CFLAGS) $(INCLUDES) -c -o $@ $<
$(COMPILE) -c -o $@ $<
install-exec-local :
test -e "$(sysconfdir)/ipsec.conf" || $(INSTALL) ipsec.conf $(sysconfdir)/ipsec.conf