Sun, 20 May 2007 06:19:49 +0000
merge of 'b98e72d4089afb8a1879e5fe9627cfb132ee88de'
and 'b2836a24d81e7a1bd1d21b3aea8794b094391344'
| 4390 | 1 | plugindir = $(libdir)/gaim |
| 2 | ||
|
14736
90fe3dd8e9db
[gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14254
diff
changeset
|
3 | gestures_la_LDFLAGS = -module -avoid-version |
| 4390 | 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 | ||
|
14736
90fe3dd8e9db
[gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14254
diff
changeset
|
16 | gestures_la_LIBADD = $(GTK_LIBS) |
|
90fe3dd8e9db
[gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14254
diff
changeset
|
17 | |
| 4390 | 18 | endif |
| 19 | ||
|
6360
c2bfe65b200c
[gaim-migrate @ 6864]
Robert McQueen <robot101@debian.org>
parents:
4390
diff
changeset
|
20 | AM_CPPFLAGS = \ |
|
c2bfe65b200c
[gaim-migrate @ 6864]
Robert McQueen <robot101@debian.org>
parents:
4390
diff
changeset
|
21 | -DDATADIR=\"$(datadir)\" \ |
| 4390 | 22 | -DVERSION=\"$(VERSION)\" \ |
|
14254
77edc7a6191a
[gaim-migrate @ 16863]
Evan Schoenberg <evands@pidgin.im>
parents:
14253
diff
changeset
|
23 | -I$(top_srcdir)/libgaim \ |
|
14253
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
10889
diff
changeset
|
24 | -I$(top_srcdir)/gtk \ |
|
6360
c2bfe65b200c
[gaim-migrate @ 6864]
Robert McQueen <robot101@debian.org>
parents:
4390
diff
changeset
|
25 | $(DEBUG_CFLAGS) \ |
|
c2bfe65b200c
[gaim-migrate @ 6864]
Robert McQueen <robot101@debian.org>
parents:
4390
diff
changeset
|
26 | $(GTK_CFLAGS) |