Skip to content

Commit

Permalink
Don't remove autotools generated files in distclean. That was kind of…
Browse files Browse the repository at this point in the history
… naughty and I should just use bzr clean-tree instead...
  • Loading branch information
robert-ancell committed Aug 9, 2015
1 parent 621d3ec commit 4e27f43
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 29 deletions.
15 changes: 0 additions & 15 deletions Makefile.am
Expand Up @@ -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
3 changes: 0 additions & 3 deletions common/Makefile.am
Expand Up @@ -19,6 +19,3 @@ libcommon_la_CFLAGS = \

libcommon_la_LIBADD = \
$(GLIB_LDFLAGS)

DISTCLEANFILES = \
Makefile.in
3 changes: 0 additions & 3 deletions data/Makefile.am
Expand Up @@ -32,6 +32,3 @@ dist_man1_MANS = dm-tool.1 \

EXTRA_DIST = apparmor/lightdm-guest-session.in
CLEANFILES = lightdm-guest-session

DISTCLEANFILES = \
Makefile.in
3 changes: 0 additions & 3 deletions help/Makefile.am
Expand Up @@ -21,6 +21,3 @@ HELP_FILES = autologin.page \
xdmcp.page

HELP_LINGUAS =

DISTCLEANFILES = \
Makefile.in
1 change: 0 additions & 1 deletion liblightdm-gobject/Makefile.am
Expand Up @@ -82,7 +82,6 @@ CLEANFILES = \
$(vapi_DATA)

DISTCLEANFILES = \
Makefile.in \
$(pkgconfig_DATA) \
$(gir_DATA) \
$(typelib_DATA)
Expand Down
1 change: 0 additions & 1 deletion liblightdm-qt/Makefile.am
Expand Up @@ -54,7 +54,6 @@ CLEANFILES = \
*_moc*.cpp

DISTCLEANFILES = \
Makefile.in \
$(pkgconfig_DATA)

lib_LTLIBRARIES =
Expand Down
3 changes: 0 additions & 3 deletions src/Makefile.am
Expand Up @@ -109,6 +109,3 @@ lightdm_guest_session_CFLAGS = \

EXTRA_DIST = \
display-manager.xml

DISTCLEANFILES = \
Makefile.in

0 comments on commit 4e27f43

Please sign in to comment.