Users of PLUGINS depend on config.status, rebuilding them if plugin configuration is updated

This commit is contained in:
Martin Willi
2010-04-29 11:28:27 +02:00
parent eadbc3da2f
commit b0e789035c
9 changed files with 17 additions and 2 deletions
+3 -1
View 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}\""