[glib] gio/Makefile.am: Remove stray references to $(marshal_sources)



commit 29bb7638a56cd692d82ad87956822070b0877ead
Author: Dan Winship <danw gnome org>
Date:   Tue Jun 21 16:14:50 2011 -0400

    gio/Makefile.am: Remove stray references to $(marshal_sources)

 gio/Makefile.am |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)
---
diff --git a/gio/Makefile.am b/gio/Makefile.am
index 2ef3c9b..1116d74 100644
--- a/gio/Makefile.am
+++ b/gio/Makefile.am
@@ -398,13 +398,10 @@ libgio_2_0_la_SOURCES =		\
 	$(settings_sources) 	\
 	$(gdbus_sources) 	\
 	$(local_sources) 	\
-	$(marshal_sources) 	\
 	$(NULL)
 
 EXTRA_DIST += strinfo.c
 
-$(libgio_2_0_la_OBJECTS): $(marshal_sources)
-
 libgio_2_0_la_LIBADD = \
 	$(top_builddir)/glib/libglib-2.0.la 		\
 	$(top_builddir)/gobject/libgobject-2.0.la 	\
@@ -569,15 +566,11 @@ EXTRA_DIST += 			\
 BUILT_EXTRA_DIST = 		\
 	gio.rc
 
-CLEANFILES = 			\
-	$(marshal_sources)	\
-	$(NULL)
-
 # This is read by gobject-introspection/misc/ and gtk-doc
 gio-public-headers.txt: Makefile
 	echo $(gioinclude_HEADERS) > $  tmp && mv $  tmp $@
 
-CLEANFILES += gio-public-headers.txt
+CLEANFILES = gio-public-headers.txt
 
 all-local: gio-public-headers.txt
 



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