[glib] Fix distclean



commit e6713ec8105b8197a0b56e9f15b48dfa9550ffe1
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jan 30 18:45:45 2012 -0500

    Fix distclean

 gio/Makefile.am       |    4 ++--
 gio/tests/Makefile.am |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gio/Makefile.am b/gio/Makefile.am
index da76927..d9227b9 100644
--- a/gio/Makefile.am
+++ b/gio/Makefile.am
@@ -628,7 +628,7 @@ BUILT_EXTRA_DIST = 		\
 gio-public-headers.txt: Makefile
 	echo $(gioinclude_HEADERS) $(giowin32include_HEADERS) $(giounixinclude_HEADERS) > $  tmp && mv $  tmp $@
 
-CLEANFILES = gio-public-headers.txt
+CLEANFILES = gio-public-headers.txt gconstructor_as_data.h
 
 all-local: gio-public-headers.txt
 
@@ -667,7 +667,7 @@ gio_querymodules_LDADD	 = \
 	$(NULL)
 
 gconstructor_as_data.h: $(top_srcdir)/glib/gconstructor.h data-to-c$(EXEEXT)
-	$(builddir)/data-to-c $(top_srcdir)/glib/gconstructor.h gconstructor_code > gconstructor_as_data.h
+	$(AM_V_GEN) $(builddir)/data-to-c $(top_srcdir)/glib/gconstructor.h gconstructor_code > $@
 
 glib_compile_schemas_LDADD = $(top_builddir)/glib/libglib-2.0.la
 glib_compile_schemas_SOURCES = \
diff --git a/gio/tests/Makefile.am b/gio/tests/Makefile.am
index c4ae1f2..f11a992 100644
--- a/gio/tests/Makefile.am
+++ b/gio/tests/Makefile.am
@@ -607,7 +607,7 @@ libresourceplugin_la_SOURCES = resourceplugin.c plugin_resources.c
 libresourceplugin_la_LDFLAGS = -avoid-version -module $(no_undefined) -rpath $(libdir)
 libresourceplugin_la_LIBADD = $(progs_ldadd)
 
-CLEANFILES = gdbus-test-codegen-generated.[ch] gdbus-test-codegen-generated-doc-*.xml
+CLEANFILES = gdbus-test-codegen-generated.[ch] gdbus-test-codegen-generated-doc-*.xml test_resources2.[ch] plugin_resources.c
 
 DISTCLEANFILES = \
 	applications/mimeinfo.cache	\



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