comparison pidgin/plugins/ticker/Makefile.am @ 15374:5fe8042783c1

Rename gtk/ and libgaim/ to pidgin/ and libpurple/
author Sean Egan <seanegan@gmail.com>
date Sat, 20 Jan 2007 02:32:10 +0000
parents
children e9c12873fae0
comparison
equal deleted inserted replaced
15373:f79e0f4df793 15374:5fe8042783c1
1 EXTRA_DIST = \
2 Makefile.mingw
3
4 plugindir = $(libdir)/gaim
5
6 ticker_la_LDFLAGS = -module -avoid-version
7
8 if PLUGINS
9
10 plugin_LTLIBRARIES = ticker.la
11
12 ticker_la_SOURCES = \
13 gtkticker.c \
14 gtkticker.h \
15 ticker.c
16
17 ticker_la_LIBADD = $(GTK_LIBS)
18
19 endif
20
21 AM_CPPFLAGS = \
22 -DDATADIR=\"$(datadir)\" \
23 -DVERSION=\"$(VERSION)\" \
24 -I$(top_srcdir)/libpurple \
25 -I$(top_srcdir)/pidgin \
26 $(DEBUG_CFLAGS) \
27 $(GTK_CFLAGS)