gio/Makefile.am: Remove stray references to $(marshal_sources)
authorDan Winship <danw@gnome.org>
Tue, 21 Jun 2011 20:14:50 +0000 (16:14 -0400)
committerDan Winship <danw@gnome.org>
Tue, 21 Jun 2011 20:14:50 +0000 (16:14 -0400)
gio/Makefile.am

index 2ef3c9b..1116d74 100644 (file)
@@ -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