diff options
author | Martin Willi <martin@strongswan.org> | 2006-12-11 09:29:34 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-12-11 09:29:34 +0000 |
commit | 5347a84f81cc97478bddb426d1ac5018387c6fff (patch) | |
tree | 1c0977a13d442e44b1d15d9c18a1e8287d02f0c0 /src/starter | |
parent | e696757c47f2b2f73ee92cccf4927d827d245309 (diff) | |
download | strongswan-5347a84f81cc97478bddb426d1ac5018387c6fff.tar.bz2 strongswan-5347a84f81cc97478bddb426d1ac5018387c6fff.tar.xz |
fixed HAVE_BACKTRACE checks
starter Makefile now uses proper $(COMPILE) to build pluto objects
Diffstat (limited to 'src/starter')
-rw-r--r-- | src/starter/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/starter/Makefile.am b/src/starter/Makefile.am index ff9c458b5..77d58e79b 100644 --- a/src/starter/Makefile.am +++ b/src/starter/Makefile.am @@ -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 |