changeset 27253:bd47fd3f3b6b

Need to include header files here in order for them to show up in the tarballs
author Mark Doliner <mark@kingant.net>
date Wed, 24 Jun 2009 18:42:47 +0000
parents f2baa434a977
children 48df71b5cfd1
files pidgin/plugins/disco/Makefile.am
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)