summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2004-12-03 20:49:07 +0000
committerJonathan Blandford <jrb@redhat.com>2004-12-03 20:49:07 +0000
commite10fb3d34861324c1f1816e3b59c055563fe4fc8 (patch)
treeb5bd4655ae8b9937521a509cb76fe2a484b73388 /Makefile.am
parentb975da5a7b4101c830ac5af54172c17cfe1cf6f8 (diff)
downloadshared-mime-info-e10fb3d34861324c1f1816e3b59c055563fe4fc8.tar.gz
2004-12-02 Dan Winship <danw@novell.com>
* Makefile.am (CLEANFILES, DISTCLEANFILES): Fix. intltool stuff shouldn't be in CLEANFILES, or "make clean; make" will fail (#1845)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2c437b2b..53a8755e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,7 +23,8 @@ EXTRA_DIST = \
intltool-update.in \
shared-mime-info.pc.in
-CLEANFILES = intltool-extract intltool-merge intltool-update freedesktop.org.xml
+CLEANFILES = freedesktop.org.xml
+DISTCLEANFILES = intltool-extract intltool-merge intltool-update
CFLAGS = $(ALL_CFLAGS)
LDFLAGS = $(ALL_LIBS)