aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2011-10-20 21:12:29 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2011-10-25 01:10:16 +0200
commitf0fa002fd186a375a5924bce7e779535febd57d6 (patch)
tree9ecca156de311829a06b3bf44dace7ce31de2afb /src/Makefile.am
parente4e96e5c679177e6e1ff3acfe35d8ff36da53903 (diff)
downloadstrongswan-f0fa002fd186a375a5924bce7e779535febd57d6.tar.bz2
strongswan-f0fa002fd186a375a5924bce7e779535febd57d6.tar.xz
moved imc_manager to libtnccs
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 33e1b1264..7f4651dcd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -20,6 +20,10 @@ if USE_LIBTNCIF
SUBDIRS += libtncif
endif
+if USE_TNCCS
+ SUBDIRS += libtnccs
+endif
+
if USE_PTS
SUBDIRS += libpts
endif