Author: kelnos
Date: 2008-01-05 23:43:10 +0000 (Sat, 05 Jan 2008)
New Revision: 26544

Modified:
   libxfcegui4/trunk/libxfcegui4/Makefile.am
Log:
no need to use sed to get G_GNUC_INTERNAL; can pass --internal to
glib-genmarshal


Modified: libxfcegui4/trunk/libxfcegui4/Makefile.am
===================================================================
--- libxfcegui4/trunk/libxfcegui4/Makefile.am   2008-01-05 21:19:49 UTC (rev 
26543)
+++ libxfcegui4/trunk/libxfcegui4/Makefile.am   2008-01-05 23:43:10 UTC (rev 
26544)
@@ -273,9 +273,9 @@
        @true
 stamp-netk-marshal.h: netk-marshal.list Makefile
        ( cd $(srcdir) && glib-genmarshal \
+               --internal \
                --prefix=p_netk_marshal \
-               --header netk-marshal.list \
-           | sed -e 's/marshal_data);$$/marshal_data) G_GNUC_INTERNAL;/' ) >> 
xgen-nmh \
+               --header netk-marshal.list ) >> xgen-nmh \
        && (cmp -s xgen-nmh netk-marshal.h || cp xgen-nmh netk-marshal.h) \
        && rm -f xgen-nmh \
        && echo timestamp > $(@F)

_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to