summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Le Folgoc <mrpouit@ubuntu.com>2012-08-30 19:25:53 +0200
committerLionel Le Folgoc <mrpouit@ubuntu.com>2012-08-30 19:25:53 +0200
commit754730e965f2b81ce926c017e93c4ae881940434 (patch)
tree16a5108e90dfe4aa22b00c0e4aeb390cb8f0c3d6
parent89104cfb5c057db687d6239b6e9464ca0cb240c3 (diff)
downloadlightdm-gtk-greeter-754730e965f2b81ce926c017e93c4ae881940434.tar.gz
Fix FTBFS when built twice in a row
-rw-r--r--Makefile.am12
-rw-r--r--data/Makefile.am3
-rw-r--r--src/Makefile.am3
3 files changed, 1 insertions, 17 deletions
diff --git a/Makefile.am b/Makefile.am
index 07a783a..ba33fd3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,16 +5,6 @@ EXTRA_DIST = \
lightdm-gtk-greeter.doap
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
+ xmldocs.make
diff --git a/data/Makefile.am b/data/Makefile.am
index 8b68ebf..3eb80c0 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -9,6 +9,3 @@ dist_icon_DATA = accessibility.svg system-shutdown.svg
configdir = $(sysconfdir)/lightdm
dist_config_DATA = lightdm-gtk-greeter.conf
-
-DISTCLEANFILES = \
- Makefile.in
diff --git a/src/Makefile.am b/src/Makefile.am
index 1f8c0f4..dd184c0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -13,6 +13,3 @@ lightdm_gtk_greeter_CFLAGS = \
lightdm_gtk_greeter_LDADD = \
$(GREETER_LIBS)
-
-DISTCLEANFILES = \
- Makefile.in