Sun, 03 Aug 2003 09:47:15 +0000
[gaim-migrate @ 6864]
Lots of Makefile.am and configure.ac fixes from Robot101. Doumo arigatou,
Mr. Roboto!
committer: Christian Hammond <chipx86@chipx86.com>
| 4390 | 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 | 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) \ |
|
c2bfe65b200c
[gaim-migrate @ 6864]
Robert McQueen <robot101@debian.org>
parents:
4390
diff
changeset
|
22 | -I$(top_srcdir)/src \ |
|
c2bfe65b200c
[gaim-migrate @ 6864]
Robert McQueen <robot101@debian.org>
parents:
4390
diff
changeset
|
23 | $(DEBUG_CFLAGS) \ |
|
c2bfe65b200c
[gaim-migrate @ 6864]
Robert McQueen <robot101@debian.org>
parents:
4390
diff
changeset
|
24 | $(GTK_CFLAGS) |