Mercurial > pidgin.yaz
view pidgin/plugins/disco/Makefile.am @ 27173:83a36e594d5d
Add the header files to sources.
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Thu, 18 Jun 2009 12:21:48 +0000 |
parents | 08964b4b2fe4 |
children | 552b5292f36f |
line wrap: on
line source
plugindir = $(libdir)/pidgin xmppdisco_la_LDFLAGS = -module -avoid-version if PLUGINS plugin_LTLIBRARIES = xmppdisco.la xmppdisco_la_SOURCES = \ gtkdisco.c \ xmppdisco.c \ gtkdisco.h \ xmppdisco.h xmppdisco_la_LIBADD = $(GTK_LIBS) endif AM_CPPFLAGS = \ -DDATADIR=\"$(datadir)\" \ -I$(top_srcdir)/libpurple \ -I$(top_builddir)/libpurple \ -I$(top_srcdir)/pidgin \ $(DEBUG_CFLAGS) \ $(GTK_CFLAGS)