From c7f3feb3e6173a58bd7426382e4bd4fc13f05911 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Sat, 21 Jun 2008 19:44:25 +0200 Subject: put custom marshallers in the _ga_ namespace instead of ga_ --- avahi-gobject/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'avahi-gobject/Makefile.am') diff --git a/avahi-gobject/Makefile.am b/avahi-gobject/Makefile.am index a9bcd4b..6654669 100644 --- a/avahi-gobject/Makefile.am +++ b/avahi-gobject/Makefile.am @@ -75,7 +75,7 @@ dist-hook: signals-marshal.list: $(CORE_SOURCES) Makefile.am ( cd $(srcdir) && \ - sed -n -e 's/.*ga_signals_marshal_\([A-Z]*__[A-Z_]*\).*/\1/p' \ + sed -n -e 's/.*_ga_signals_marshal_\([A-Z]*__[A-Z_]*\).*/\1/p' \ $(CORE_SOURCES) ) \ | sed -e 's/__/:/' -e 'y/_/,/' | sort -u > $@.tmp if cmp -s $@.tmp $@; then \ @@ -85,10 +85,10 @@ signals-marshal.list: $(CORE_SOURCES) Makefile.am fi signals-marshal.h: signals-marshal.list - glib-genmarshal --header --prefix=ga_signals_marshal $< > $@ + glib-genmarshal --header --prefix=_ga_signals_marshal $< > $@ signals-marshal.c: signals-marshal.list - glib-genmarshal --body --prefix=ga_signals_marshal $< > $@ + glib-genmarshal --body --prefix=_ga_signals_marshal $< > $@ # rules for making the glib enum objects -- cgit