aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 8 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 87c81a5cc..d8102fd26 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,6 +2,8 @@ SUBDIRS = lib embed src plugins data po help doc
ACLOCAL_AMFLAGS = -I m4
+NULL =
+
EXTRA_DIST = \
autogen.sh \
intltool-merge.in \
@@ -14,13 +16,16 @@ EXTRA_DIST = \
ChangeLog-20030925 \
ChangeLog-20040912 \
ChangeLog-20050828 \
- ChangeLog-20061106
+ ChangeLog-20061106 \
+ ChangeLog-20070912 \
+ $(NULL)
DISTCLEANFILES = \
intltool-extract \
intltool-merge \
intltool-update \
- gnome-doc-utils.make
+ gnome-doc-utils.make \
+ $(NULL)
DISTCHECK_CONFIGURE_FLAGS = \
--enable-python \
@@ -34,3 +39,4 @@ DISTCHECK_CONFIGURE_FLAGS = \
# Ignore gtk theme cache files on distcheck
distuninstallcheck_listfiles = find . -type f -print | grep -v 'icon-theme.cache'
+