mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-31 04:43:06 +02:00
gio/Makefile.am: Remove stray references to $(marshal_sources)
This commit is contained in:
parent
9053ad07ba
commit
29bb7638a5
@ -398,13 +398,10 @@ libgio_2_0_la_SOURCES = \
|
|||||||
$(settings_sources) \
|
$(settings_sources) \
|
||||||
$(gdbus_sources) \
|
$(gdbus_sources) \
|
||||||
$(local_sources) \
|
$(local_sources) \
|
||||||
$(marshal_sources) \
|
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
EXTRA_DIST += strinfo.c
|
EXTRA_DIST += strinfo.c
|
||||||
|
|
||||||
$(libgio_2_0_la_OBJECTS): $(marshal_sources)
|
|
||||||
|
|
||||||
libgio_2_0_la_LIBADD = \
|
libgio_2_0_la_LIBADD = \
|
||||||
$(top_builddir)/glib/libglib-2.0.la \
|
$(top_builddir)/glib/libglib-2.0.la \
|
||||||
$(top_builddir)/gobject/libgobject-2.0.la \
|
$(top_builddir)/gobject/libgobject-2.0.la \
|
||||||
@ -569,15 +566,11 @@ EXTRA_DIST += \
|
|||||||
BUILT_EXTRA_DIST = \
|
BUILT_EXTRA_DIST = \
|
||||||
gio.rc
|
gio.rc
|
||||||
|
|
||||||
CLEANFILES = \
|
|
||||||
$(marshal_sources) \
|
|
||||||
$(NULL)
|
|
||||||
|
|
||||||
# This is read by gobject-introspection/misc/ and gtk-doc
|
# This is read by gobject-introspection/misc/ and gtk-doc
|
||||||
gio-public-headers.txt: Makefile
|
gio-public-headers.txt: Makefile
|
||||||
echo $(gioinclude_HEADERS) > $@.tmp && mv $@.tmp $@
|
echo $(gioinclude_HEADERS) > $@.tmp && mv $@.tmp $@
|
||||||
|
|
||||||
CLEANFILES += gio-public-headers.txt
|
CLEANFILES = gio-public-headers.txt
|
||||||
|
|
||||||
all-local: gio-public-headers.txt
|
all-local: gio-public-headers.txt
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user