aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0bc2a31..0fffb5a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,8 @@
1ACLOCAL_AMFLAGS = -I m4 1ACLOCAL_AMFLAGS = -I m4
2AUTOMAKE_OPTIONS = gnu 1.8.5 2AUTOMAKE_OPTIONS = gnu 1.8.5
3 3
4SUBDIRS=gnu lib src doc 4SUBDIRS=gnu lib src doc etc
5
6# We never remove the contents of configuration directory
7distuninstallcheck_listfiles = \
8 find $(prefix) -type f -not -path '$(sysconfdir)/*'

Return to:

Send suggestions and report system problems to the System administrator.