]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
Users of PLUGINS depend on config.status, rebuilding them if plugin configuration...
authorMartin Willi <martin@revosec.ch>
Thu, 29 Apr 2010 09:28:27 +0000 (11:28 +0200)
committerMartin Willi <martin@revosec.ch>
Thu, 29 Apr 2010 09:28:27 +0000 (11:28 +0200)
scripts/Makefile.am
src/libcharon/Makefile.am
src/libhydra/plugins/attr_sql/Makefile.am
src/manager/Makefile.am
src/medsrv/Makefile.am
src/openac/Makefile.am
src/pki/Makefile.am
src/pluto/Makefile.am
src/scepclient/Makefile.am

index 24e3cd164f6ba08b8860bc75e69db7667e23d44f..d689d4cbcea42726a730b67c812b26811657f446 100644 (file)
@@ -17,3 +17,7 @@ key2keyid_LDADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 keyid2sql_LDADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 dh_speed_LDADD = $(top_builddir)/src/libstrongswan/libstrongswan.la -lrt
 pubkey_speed_LDADD = $(top_builddir)/src/libstrongswan/libstrongswan.la -lrt
+
+key2keyid.o :  $(top_srcdir)/config.status
+
+keyid2sql.o :  $(top_srcdir)/config.status
index df056ad9ffe41f2a7e93dc888803019e7cf3ed4f..a56498858ded5f25ee88965b1ee04521f1c64342 100644 (file)
@@ -100,6 +100,8 @@ credentials/sets/ocsp_response_wrapper.c credentials/sets/ocsp_response_wrapper.
 credentials/sets/cert_cache.c credentials/sets/cert_cache.h \
 credentials/credential_set.h
 
+daemon.lo :            $(top_srcdir)/config.status
+
 INCLUDES = \
        -I${linux_headers} \
        -I$(top_srcdir)/src/libstrongswan \
index dbfedd1cf9927eee44f01fbcce681e2bd33d7a00..d87cc8d3b391630ad1ac50bcd06056873664666f 100644 (file)
@@ -20,3 +20,4 @@ libstrongswan_attr_sql_la_LDFLAGS = -module -avoid-version
 ipsec_PROGRAMS = pool
 pool_SOURCES = pool.c
 pool_LDADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
+pool.o :       $(top_srcdir)/config.status
index 98e50d8d215e734cd09099e23d86f5e0226ecd3e..b1b3901169abeadc2f0aa8d698db0e48a1f974b5 100644 (file)
@@ -11,6 +11,7 @@ controller/config_controller.c controller/config_controller.h \
 controller/gateway_controller.c controller/gateway_controller.h
 
 manager_fcgi_LDADD = $(top_builddir)/src/libstrongswan/libstrongswan.la $(top_builddir)/src/libfast/libfast.la ${xml_LIBS}
+main.o :       $(top_srcdir)/config.status
 
 INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libfast ${xml_CFLAGS}
 AM_CFLAGS = -rdynamic \
index 0700c050255ebfda6f1e2523dc1f7019c458fc10..50b654fcbef880289afc027947d866b02d9f6bac 100644 (file)
@@ -8,6 +8,7 @@ controller/user_controller.c controller/user_controller.h \
 controller/peer_controller.c controller/peer_controller.h
 
 medsrv_fcgi_LDADD = $(top_srcdir)/src/libstrongswan/libstrongswan.la $(top_builddir)/src/libfast/libfast.la
+main.o :       $(top_srcdir)/config.status
 
 INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libfast
 AM_CFLAGS = -rdynamic \
index ca62382583e439368dbe6804ca86ee650c2c90be..9423df093b6105254d6600fbd7a048f28e7eb1db 100644 (file)
@@ -7,4 +7,4 @@ AM_CFLAGS = \
   -DIPSEC_CONFDIR=\"${sysconfdir}\" \
   -DPLUGINS=\""${libstrongswan_plugins}\""
 openac_LDADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
-
+openac.o :             $(top_srcdir)/config.status
index a471b6477b68bfe975948b0e810bff8688a37fc2..d5ed074fadf9b082b057c8e7fa3dba32c36e9e04 100644 (file)
@@ -7,9 +7,11 @@ pki_SOURCES = pki.c pki.h command.c command.h \
        commands/pub.c \
        commands/req.c \
        commands/self.c \
-       commands/verify.c 
+       commands/verify.c
 
 pki_LDADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
+pki.o :        $(top_srcdir)/config.status
+
 INCLUDES = -I$(top_srcdir)/src/libstrongswan
 AM_CFLAGS = \
        -DPLUGINS=\""${libstrongswan_plugins}\""
index 1ef3cf79e970acc464fba8789e33e941d6a55114..49222cdc8035e94ad3f5ce3de699b627531063f8 100644 (file)
@@ -54,6 +54,8 @@ rsaref/pkcs11t.h rsaref/pkcs11.h rsaref/unix.h rsaref/pkcs11f.h
 
 _pluto_adns_SOURCES = adns.c adns.h
 
+plutomain.o :  $(top_srcdir)/config.status
+
 LIBSTRONGSWANDIR=$(top_builddir)/src/libstrongswan
 LIBFREESWANDIR=$(top_builddir)/src/libfreeswan
 LIBHYDRADIR=$(top_builddir)/src/libhydra
index 23e35344cdf237b39a4c6a249b9ed01d7660cc71..22e8cdf4c00564f36a979d39c31de5ff62266c77 100644 (file)
@@ -1,6 +1,8 @@
 ipsec_PROGRAMS = scepclient
 scepclient_SOURCES = scepclient.c scep.c scep.h loglite.c
 
+scepclient.o : $(top_srcdir)/config.status
+
 PLUTODIR=$(top_srcdir)/src/pluto
 OPENACDIR=$(top_srcdir)/src/openac
 WHACKDIR=$(top_srcdir)/src/whack