aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2008-06-11 14:13:24 +0000
committerMartin Willi <martin@strongswan.org>2008-06-11 14:13:24 +0000
commit9529fb68360212da5ef49cf30495fb8c1318aa4e (patch)
tree018e45505e385dc8337447d84eaa449c79f709c2 /src/Makefile.am
parent697678979e16250a52b55ac5f7bea11ca1a1dbde (diff)
downloadstrongswan-9529fb68360212da5ef49cf30495fb8c1318aa4e.tar.bz2
strongswan-9529fb68360212da5ef49cf30495fb8c1318aa4e.tar.xz
added mediation server web frontend
updated charons medsrv plugin to updated database scheme
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 4407491d6..e28ed631e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -11,6 +11,7 @@ endif
if USE_PLUTO
SUBDIRS += libcrypto pluto whack
endif
+
if USE_CHARON
SUBDIRS += charon
endif
@@ -39,6 +40,10 @@ if USE_MANAGER
SUBDIRS += manager
endif
+if USE_MEDSRV
+ SUBDIRS += medsrv
+endif
+
EXTRA_DIST = strongswan.conf
install-exec-local :