diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 218c9434c..264a3cf37 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -96,10 +96,6 @@ if USE_MEDSRV SUBDIRS += medsrv endif -if USE_INTEGRITY_TEST - SUBDIRS += checksum -endif - if USE_ATTR_SQL SUBDIRS += pool endif @@ -116,6 +112,10 @@ if USE_LIBPTTLS SUBDIRS += pt-tls-client endif +if USE_INTEGRITY_TEST + SUBDIRS += checksum +endif + EXTRA_DIST = strongswan.conf install-exec-local : |