aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2014-02-06 19:21:54 +0100
committerTobias Brunner <tobias@strongswan.org>2014-02-12 14:34:34 +0100
commit127f65db169b73c2e9a32f4626281e4055ffeed9 (patch)
tree7e80e763750ffe601425b38fbec507e008934f8d /Makefile.am
parentd56a23c515fc1c3cfcda1b1f2bc3adb4248cddcc (diff)
downloadstrongswan-127f65db169b73c2e9a32f4626281e4055ffeed9.tar.bz2
strongswan-127f65db169b73c2e9a32f4626281e4055ffeed9.tar.xz
Prevent 'make distcheck' from complaining about config files we leave in /etc
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index be320188a..eb083ec79 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,6 +20,9 @@ config_includedir = $(ipseclibdir)/include
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
+
Android.common.mk : Android.common.mk.in configure.ac
$(AM_V_GEN) \
sed \