Add xmlnode to the GEnum header files

Mon, 14 Dec 2015 23:48:24 -0800

author
Jorge Villaseñor <salinasv@pidgin.im>
date
Mon, 14 Dec 2015 23:48:24 -0800
changeset 37420
8f0e07876787
parent 37419
25bab54aa2fa
child 37421
ee3bd4532a33

Add xmlnode to the GEnum header files

libpurple/Makefile.am file | annotate | diff | comparison | revisions
--- a/libpurple/Makefile.am	Sun Dec 20 18:40:49 2015 -0500
+++ b/libpurple/Makefile.am	Mon Dec 14 23:48:24 2015 -0800
@@ -267,7 +267,9 @@
 	$(srcdir)/roomlist.h \
 	$(srcdir)/status.h \
 	${srcdir}/sound.h \
-	$(srcdir)/xfer.h
+	$(srcdir)/xfer.h \
+	$(srcdir)/xmlnode.h
+
 
 marshallers.h: marshallers.list
 	$(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=purple_smarshal $(srcdir)/marshallers.list --header > marshallers.h

mercurial