Mercurial > pidgin
annotate plugins/gestures/Makefile.am @ 11980:67fbd2ff4c4e
[gaim-migrate @ 14273]
Mono cleanup patch from Eoin Coffey
First, I changed mono_loader_ to ml_, since I was
getting sick of typing mono_loader_ :-D
Moved the mono runtime init and deinit code out of
mono.c into ml_init and ml_uninit in mono-helper.c
Added api/Status.cs and loader/status-glue.c so the
.net api now knows very little (as in the 'id') of
statuses.
committer: Tailor Script <tailor@pidgin.im>
| author | Gary Kramlich <grim@reaperworld.com> |
|---|---|
| date | Sat, 05 Nov 2005 02:09:30 +0000 |
| parents | 2cc05a9e944d |
| children |
| rev | line source |
|---|---|
| 4390 | 1 plugindir = $(libdir)/gaim |
| 2 | |
| 10889 | 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
2e23ccbccdec
[gaim-migrate @ 6864]
Christian Hammond <chipx86@chipx86.com>
parents:
4390
diff
changeset
|
18 AM_CPPFLAGS = \ |
|
2e23ccbccdec
[gaim-migrate @ 6864]
Christian Hammond <chipx86@chipx86.com>
parents:
4390
diff
changeset
|
19 -DDATADIR=\"$(datadir)\" \ |
| 4390 | 20 -DVERSION=\"$(VERSION)\" \ |
|
6360
2e23ccbccdec
[gaim-migrate @ 6864]
Christian Hammond <chipx86@chipx86.com>
parents:
4390
diff
changeset
|
21 -I$(top_srcdir)/src \ |
|
2e23ccbccdec
[gaim-migrate @ 6864]
Christian Hammond <chipx86@chipx86.com>
parents:
4390
diff
changeset
|
22 $(DEBUG_CFLAGS) \ |
|
2e23ccbccdec
[gaim-migrate @ 6864]
Christian Hammond <chipx86@chipx86.com>
parents:
4390
diff
changeset
|
23 $(GTK_CFLAGS) |
