comparison pidgin/plugins/disco/Makefile.am @ 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 08964b4b2fe4
children 552b5292f36f 470507fec7fa
comparison
equal deleted inserted replaced
27252:f2baa434a977 27253:bd47fd3f3b6b
6 6
7 plugin_LTLIBRARIES = xmppdisco.la 7 plugin_LTLIBRARIES = xmppdisco.la
8 8
9 xmppdisco_la_SOURCES = \ 9 xmppdisco_la_SOURCES = \
10 gtkdisco.c \ 10 gtkdisco.c \
11 xmppdisco.c 11 gtkdisco.h \
12 xmppdisco.c \
13 xmppdisco.h
12 14
13 xmppdisco_la_LIBADD = $(GTK_LIBS) 15 xmppdisco_la_LIBADD = $(GTK_LIBS)
14 16
15 endif 17 endif
16 18