comparison finch/libgnt/wms/Makefile.am @ 15817:0e3a8505ebbe

renamed gaim-text to finch
author Sean Egan <seanegan@gmail.com>
date Sun, 18 Mar 2007 19:38:15 +0000
parents
children c6e563dfaa7a
comparison
equal deleted inserted replaced
15816:317e7613e581 15817:0e3a8505ebbe
1 s_la_LDFLAGS = -module -avoid-version
2
3 plugin_LTLIBRARIES = \
4 s.la
5
6 plugindir = $(libdir)/gaim
7
8 s_la_SOURCES = s.c
9 s_la_LIBADD = \
10 $(GLIB_LIBS) \
11 $(top_builddir)/finch/libgnt/libgnt.la \
12 $(top_builddir)/libpurple/libpurple.la
13
14 EXTRA_DIST =
15
16 AM_CPPFLAGS = \
17 -DDATADIR=\"$(datadir)\" \
18 -DVERSION=\"$(VERSION)\" \
19 -I$(top_srcdir)/libpurple \
20 -I$(top_srcdir)/finch \
21 -I$(top_srcdir)/finch/libgnt \
22 $(DEBUG_CFLAGS) \
23 $(GLIB_CFLAGS) \
24 $(GNT_CFLAGS) \
25 $(PLUGIN_CFLAGS)
26