aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2016-09-27 10:08:15 +0200
committerTobias Brunner <tobias@strongswan.org>2016-10-04 10:13:32 +0200
commit9691e537cd758f733007c0bb4ed397dd73e7ee06 (patch)
treee19b8d05eca977e116526708d5ba8a5a4bc92f19 /Makefile.am
parent120729f3f4a02c936ee012cebc1fe3af5913acdb (diff)
downloadstrongswan-9691e537cd758f733007c0bb4ed397dd73e7ee06.tar.bz2
strongswan-9691e537cd758f733007c0bb4ed397dd73e7ee06.tar.xz
starter: Install an empty ipsec.secrets file
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 898b26205..64b858d5e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,7 @@ nodist_config_include_HEADERS = config.h
endif
# we leave config files behind intentionally so prevent distcheck from complaining
-distuninstallcheck_listfiles = find . -type f \! -name '*.conf' -print
+distuninstallcheck_listfiles = find . -type f \! -name '*.conf' \! -name '*.secrets' -print
Android.common.mk : Android.common.mk.in configure.ac
$(AM_V_GEN) \