comparison pidgin/plugins/gestures/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 plugindir = $(libdir)/gaim
2
3 gestures_la_LDFLAGS = -module -avoid-version
4
5 if PLUGINS
6
7 plugin_LTLIBRARIES = gestures.la
8
9 gestures_la_SOURCES = \
10 gestures.c \
11 gstroke.h \
12 gstroke-internal.h \
13 stroke.c \
14 stroke-draw.c
15
16 gestures_la_LIBADD = $(GTK_LIBS)
17
18 endif
19
20 AM_CPPFLAGS = \
21 -DDATADIR=\"$(datadir)\" \
22 -DVERSION=\"$(VERSION)\" \
23 -I$(top_srcdir)/libpurple \
24 -I$(top_srcdir)/pidgin \
25 $(DEBUG_CFLAGS) \
26 $(GTK_CFLAGS)