aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/Makefile.am
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2012-08-03 13:11:45 +0200
committerMartin Willi <martin@revosec.ch>2012-08-03 13:11:45 +0200
commitbd28543512461b2fd46a426696ddfb635542eda4 (patch)
tree47cb91c0ab81b51b362e2fb91bf81a6a32a6d5ca /src/charon/Makefile.am
parent764035d515e4532dfd9e95f96c67ef4bb0c4c4be (diff)
downloadstrongswan-bd28543512461b2fd46a426696ddfb635542eda4.tar.bz2
strongswan-bd28543512461b2fd46a426696ddfb635542eda4.tar.xz
Rebuild charon after running ./configure to reflect plugin changes
Diffstat (limited to 'src/charon/Makefile.am')
-rw-r--r--src/charon/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/charon/Makefile.am b/src/charon/Makefile.am
index cbc533b93..0ca15cb10 100644
--- a/src/charon/Makefile.am
+++ b/src/charon/Makefile.am
@@ -3,6 +3,8 @@ ipsec_PROGRAMS = charon
charon_SOURCES = \
charon.c
+charon.o : $(top_builddir)/config.status
+
INCLUDES = \
-I$(top_srcdir)/src/libstrongswan \
-I$(top_srcdir)/src/libhydra \