diff options
author | Martin Willi <martin@strongswan.org> | 2009-09-07 12:07:57 +0200 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-09-07 15:00:45 +0200 |
commit | b7b56533862f8b4ae705e3adb31b7b9533a42947 (patch) | |
tree | 63f32988d97e75dd7b34eae48097a60e529a7497 /src/starter | |
parent | b803bc82f4517d864938ced136170c33d8655852 (diff) | |
download | strongswan-b7b56533862f8b4ae705e3adb31b7b9533a42947.tar.bz2 strongswan-b7b56533862f8b4ae705e3adb31b7b9533a42947.tar.xz |
Use macros to define --with options
Diffstat (limited to 'src/starter')
-rw-r--r-- | src/starter/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/starter/Makefile.am b/src/starter/Makefile.am index f72d2edba..a0ce6ae61 100644 --- a/src/starter/Makefile.am +++ b/src/starter/Makefile.am @@ -6,7 +6,7 @@ keywords.c files.h keywords.h cmp.c starter.c cmp.h exec.c invokecharon.c \ exec.h invokecharon.h lex.yy.c loglite.c klips.c klips.h INCLUDES = \ --I${linuxdir} \ +-I${linux_headers} \ -I$(top_srcdir)/src/libstrongswan \ -I$(top_srcdir)/src/libfreeswan \ -I$(top_srcdir)/src/pluto \ @@ -18,6 +18,8 @@ AM_CFLAGS = \ -DIPSEC_CONFDIR=\"${confdir}\" \ -DIPSEC_PIDDIR=\"${piddir}\" \ -DIPSEC_EAPDIR=\"${eapdir}\" \ +-DDEV_RANDOM=\"${random_device}\" \ +-DDEV_URANDOM=\"${urandom_device}\" \ -DDEBUG starter_LDADD = defs.o $(top_builddir)/src/libfreeswan/libfreeswan.a $(top_builddir)/src/libstrongswan/libstrongswan.la $(SOCKLIB) |