[latexila] Autotools: fix the clean targets



commit 74a625b3c920afa069ad6f8e3cbc3555929809a0
Author: SÃbastien Wilmet <swilmet gnome org>
Date:   Tue Sep 4 21:03:13 2012 +0200

    Autotools: fix the clean targets

 src/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 750b9d4..3eed291 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -78,7 +78,7 @@ latexila_LDFLAGS = $(LATEXILA_LIBS)
 
 latexila_LDADD = gedit/libgedit.la
 
-CLEANFILES =			\
+MAINTAINERCLEANFILES =		\
 	$(vala_files:.vala=.c)	\
 	latexila_vala.stamp
 
@@ -95,6 +95,6 @@ latexila.$(OBJEXT): $(res)
 
 latexila_SOURCES += $(res)
 EXTRA_DIST = $(xml)
-CLEANFILES += $(res)
+MAINTAINERCLEANFILES += $(res)
 
 -include $(top_srcdir)/git.mk



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]