diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-10-20 21:12:29 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-10-25 01:10:16 +0200 |
commit | f0fa002fd186a375a5924bce7e779535febd57d6 (patch) | |
tree | 9ecca156de311829a06b3bf44dace7ce31de2afb /src/Makefile.am | |
parent | e4e96e5c679177e6e1ff3acfe35d8ff36da53903 (diff) | |
download | strongswan-f0fa002fd186a375a5924bce7e779535febd57d6.tar.bz2 strongswan-f0fa002fd186a375a5924bce7e779535febd57d6.tar.xz |
moved imc_manager to libtnccs
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
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 |