view pidgin/plugins/disco/Makefile.am @ 27168:f5222e5ae468

Don't support adding JID+node items.
author Paul Aurich <paul@darkrain42.org>
date Mon, 08 Jun 2009 06:52:57 +0000
parents 08964b4b2fe4
children 83a36e594d5d bd47fd3f3b6b
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

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)