From e10fb3d34861324c1f1816e3b59c055563fe4fc8 Mon Sep 17 00:00:00 2001 From: Jonathan Blandford Date: Fri, 3 Dec 2004 20:49:07 +0000 Subject: 2004-12-02 Dan Winship * Makefile.am (CLEANFILES, DISTCLEANFILES): Fix. intltool stuff shouldn't be in CLEANFILES, or "make clean; make" will fail (#1845) --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') 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) -- cgit v1.2.1