mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
Prevent 'make distcheck' from complaining about config files we leave in /etc
This commit is contained in:
parent
d56a23c515
commit
127f65db16
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user