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

This commit is contained in:
Dan Winship 2011-06-21 16:14:50 -04:00
parent 9053ad07ba
commit 29bb7638a5

View 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