totem-pl-parser r170 - in trunk: . plparse



Author: chpe
Date: Wed Aug 20 16:16:44 2008
New Revision: 170
URL: http://svn.gnome.org/viewvc/totem-pl-parser?rev=170&view=rev

Log:
2008-08-20  Christian Persch  <chpe gnome org>

	* plparse/Makefile.am: Don't export the marshalers. Bug #536473.

Modified:
   trunk/ChangeLog
   trunk/plparse/Makefile.am

Modified: trunk/plparse/Makefile.am
==============================================================================
--- trunk/plparse/Makefile.am	(original)
+++ trunk/plparse/Makefile.am	Wed Aug 20 16:16:44 2008
@@ -46,9 +46,9 @@
 BUILT_SOURCES = $(MARSHALFILES)
 
 totemplparser-marshal.c: totemplparser-marshal.h
-	 ( $(GLIB_GENMARSHAL) --prefix=totemplparser_marshal $(srcdir)/totemplparser-marshal.list --header --body > totemplparser-marshal.c )
+	 ( $(GLIB_GENMARSHAL) --prefix=totemplparser_marshal $(srcdir)/totemplparser-marshal.list --header --body --internal > totemplparser-marshal.c )
 totemplparser-marshal.h: totemplparser-marshal.list
-	( $(GLIB_GENMARSHAL) --prefix=totemplparser_marshal $(srcdir)/totemplparser-marshal.list --header > totemplparser-marshal.h )
+	( $(GLIB_GENMARSHAL) --prefix=totemplparser_marshal $(srcdir)/totemplparser-marshal.list --header --internal > totemplparser-marshal.h )
 
 plparserincludedir = $(pkgincludedir)/1/plparser
 plparserinclude_HEADERS =			\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]