mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-08 00:48:45 +02:00
Pass --internal to glib-genmarshal
2008-01-07 Alexander Larsson <alexl@redhat.com> * Makefile.am: Pass --internal to glib-genmarshal * gfilemonitor.c: * gmountoperation.c: * gio-marshal.list: Use better types for signal arguments (#507822) svn path=/trunk/; revision=6263
This commit is contained in:
committed by
Alexander Larsson
parent
e23140cbb4
commit
361e0e9b1c
@@ -51,12 +51,12 @@ else
|
||||
endif
|
||||
|
||||
gio-marshal.h: gio-marshal.list
|
||||
$(glib_genmarshal) --prefix=_gio_marshal $(srcdir)/gio-marshal.list --header > $@.tmp && \
|
||||
$(glib_genmarshal) --prefix=_gio_marshal $(srcdir)/gio-marshal.list --header --internal > $@.tmp && \
|
||||
mv $@.tmp $@
|
||||
|
||||
gio-marshal.c: gio-marshal.h gio-marshal.list
|
||||
(echo "#include \"gio-marshal.h\""; \
|
||||
$(glib_genmarshal) --prefix=_gio_marshal $(srcdir)/gio-marshal.list --body) > $@.tmp && \
|
||||
$(glib_genmarshal) --prefix=_gio_marshal $(srcdir)/gio-marshal.list --body --internal) > $@.tmp && \
|
||||
mv $@.tmp $@
|
||||
|
||||
local_sources = \
|
||||
|
Reference in New Issue
Block a user