Need to include header files here in order for them to show up in the

Wed, 24 Jun 2009 18:42:47 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Wed, 24 Jun 2009 18:42:47 +0000
changeset 27395
86c0754a78bf
parent 27394
e0407070e248
child 27396
9e19aff0bf0b

Need to include header files here in order for them to show up in the
tarballs

pidgin/plugins/disco/Makefile.am file | annotate | diff | comparison | revisions
--- a/pidgin/plugins/disco/Makefile.am	Wed Jun 24 17:03:21 2009 +0000
+++ b/pidgin/plugins/disco/Makefile.am	Wed Jun 24 18:42:47 2009 +0000
@@ -8,7 +8,9 @@
 
 xmppdisco_la_SOURCES = \
 	gtkdisco.c \
-	xmppdisco.c
+	gtkdisco.h \
+	xmppdisco.c \
+	xmppdisco.h
 
 xmppdisco_la_LIBADD = $(GTK_LIBS)
 

mercurial