Tue, 12 Jul 2005 04:13:11 +0000
[gaim-migrate @ 13118]
Sametime builds for me now.
| 4390 | 1 | plugindir = $(libdir)/gaim |
| 2 | ||
|
10889
64482f2467cb
[gaim-migrate @ 12597]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
6371
diff
changeset
|
3 | gestures_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) |
| 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 | ||
| 16 | endif | |
| 17 | ||
|
6360
c2bfe65b200c
[gaim-migrate @ 6864]
Robert McQueen <robot101@debian.org>
parents:
4390
diff
changeset
|
18 | AM_CPPFLAGS = \ |
|
c2bfe65b200c
[gaim-migrate @ 6864]
Robert McQueen <robot101@debian.org>
parents:
4390
diff
changeset
|
19 | -DDATADIR=\"$(datadir)\" \ |
| 4390 | 20 | -DVERSION=\"$(VERSION)\" \ |
|
6360
c2bfe65b200c
[gaim-migrate @ 6864]
Robert McQueen <robot101@debian.org>
parents:
4390
diff
changeset
|
21 | -I$(top_srcdir)/src \ |
|
c2bfe65b200c
[gaim-migrate @ 6864]
Robert McQueen <robot101@debian.org>
parents:
4390
diff
changeset
|
22 | $(DEBUG_CFLAGS) \ |
|
c2bfe65b200c
[gaim-migrate @ 6864]
Robert McQueen <robot101@debian.org>
parents:
4390
diff
changeset
|
23 | $(GTK_CFLAGS) |