comparison pidgin/plugins/disco/Makefile.am @ 27058:08964b4b2fe4

Convert the disco browser to a plugin. Refs #556
author Paul Aurich <paul@darkrain42.org>
date Tue, 26 May 2009 02:27:49 +0000
parents
children 83a36e594d5d bd47fd3f3b6b
comparison
equal deleted inserted replaced
27057:fe1603ecf579 27058:08964b4b2fe4
1 plugindir = $(libdir)/pidgin
2
3 xmppdisco_la_LDFLAGS = -module -avoid-version
4
5 if PLUGINS
6
7 plugin_LTLIBRARIES = xmppdisco.la
8
9 xmppdisco_la_SOURCES = \
10 gtkdisco.c \
11 xmppdisco.c
12
13 xmppdisco_la_LIBADD = $(GTK_LIBS)
14
15 endif
16
17 AM_CPPFLAGS = \
18 -DDATADIR=\"$(datadir)\" \
19 -I$(top_srcdir)/libpurple \
20 -I$(top_builddir)/libpurple \
21 -I$(top_srcdir)/pidgin \
22 $(DEBUG_CFLAGS) \
23 $(GTK_CFLAGS)