Fix distclean
authorMatthias Clasen <mclasen@redhat.com>
Mon, 30 Jan 2012 23:45:45 +0000 (18:45 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 30 Jan 2012 23:46:11 +0000 (18:46 -0500)
gio/Makefile.am
gio/tests/Makefile.am

index da76927..d9227b9 100644 (file)
@@ -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 = \
index c4ae1f2..f11a992 100644 (file)
@@ -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     \