diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0c19ea3a6..452036b8b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -41,17 +41,13 @@ if USE_LIBCHARON endif if USE_FILE_CONFIG - SUBDIRS += libfreeswan starter + SUBDIRS += starter endif if USE_IPSEC_SCRIPT SUBDIRS += ipsec _copyright endif -if USE_PLUTO - SUBDIRS += pluto whack -endif - if USE_CHARON SUBDIRS += charon endif @@ -69,7 +65,7 @@ if USE_UPDOWN endif if USE_TOOLS - SUBDIRS += libfreeswan openac scepclient pki + SUBDIRS += openac scepclient pki endif if USE_CONFTEST |