From 4e27f43a48ebc5d6c66f92d844cf8c20e4d29b8d Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Mon, 10 Aug 2015 11:41:00 +1200 Subject: [PATCH] Don't remove autotools generated files in distclean. That was kind of naughty and I should just use bzr clean-tree instead... --- Makefile.am | 15 --------------- common/Makefile.am | 3 --- data/Makefile.am | 3 --- help/Makefile.am | 3 --- liblightdm-gobject/Makefile.am | 1 - liblightdm-qt/Makefile.am | 1 - src/Makefile.am | 3 --- 7 files changed, 29 deletions(-) diff --git a/Makefile.am b/Makefile.am index f9c4ebfe9..9706d6006 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,18 +13,3 @@ EXTRA_DIST = \ COPYING.LGPL2 \ COPYING.LGPL3 \ NEWS - -DISTCLEANFILES = \ - Makefile.in \ - aclocal.m4 \ - configure \ - config.h.in \ - config.h \ - depcomp \ - gtk-doc.make \ - install-sh \ - missing \ - mkinstalldirs \ - omf.make \ - xmldocs.make \ - po/Makefile.in.in diff --git a/common/Makefile.am b/common/Makefile.am index 4c7603c5f..46f857f56 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -19,6 +19,3 @@ libcommon_la_CFLAGS = \ libcommon_la_LIBADD = \ $(GLIB_LDFLAGS) - -DISTCLEANFILES = \ - Makefile.in diff --git a/data/Makefile.am b/data/Makefile.am index f7f73af9d..b3dd2f804 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -32,6 +32,3 @@ dist_man1_MANS = dm-tool.1 \ EXTRA_DIST = apparmor/lightdm-guest-session.in CLEANFILES = lightdm-guest-session - -DISTCLEANFILES = \ - Makefile.in diff --git a/help/Makefile.am b/help/Makefile.am index ef6150ae8..95da7bdda 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -21,6 +21,3 @@ HELP_FILES = autologin.page \ xdmcp.page HELP_LINGUAS = - -DISTCLEANFILES = \ - Makefile.in diff --git a/liblightdm-gobject/Makefile.am b/liblightdm-gobject/Makefile.am index 3966b4e3d..bb02275f4 100644 --- a/liblightdm-gobject/Makefile.am +++ b/liblightdm-gobject/Makefile.am @@ -82,7 +82,6 @@ CLEANFILES = \ $(vapi_DATA) DISTCLEANFILES = \ - Makefile.in \ $(pkgconfig_DATA) \ $(gir_DATA) \ $(typelib_DATA) diff --git a/liblightdm-qt/Makefile.am b/liblightdm-qt/Makefile.am index 64bee23b1..aa19d2adb 100644 --- a/liblightdm-qt/Makefile.am +++ b/liblightdm-qt/Makefile.am @@ -54,7 +54,6 @@ CLEANFILES = \ *_moc*.cpp DISTCLEANFILES = \ - Makefile.in \ $(pkgconfig_DATA) lib_LTLIBRARIES = diff --git a/src/Makefile.am b/src/Makefile.am index fc6f7f25d..496c23ea1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -109,6 +109,3 @@ lightdm_guest_session_CFLAGS = \ EXTRA_DIST = \ display-manager.xml - -DISTCLEANFILES = \ - Makefile.in