Sat, 18 Aug 2007 05:54:49 +0000
- Add purple_certificate_display_x509
|
16651
218fe51ae7b7
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16364
diff
changeset
|
1 | plugindir = $(libdir)/purple-$(PURPLE_MAJOR_VERSION) |
| 11660 | 2 | |
| 3 | plugin_LTLIBRARIES = mono.la | |
| 4 | ||
| 5 | mono_la_SOURCES = \ | |
| 6 | mono.c \ | |
|
11882
36fd5edba10c
[gaim-migrate @ 14173]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
11660
diff
changeset
|
7 | mono-glue.h \ |
| 11660 | 8 | mono-helper.c \ |
|
11882
36fd5edba10c
[gaim-migrate @ 14173]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
11660
diff
changeset
|
9 | mono-helper.h \ |
| 11660 | 10 | debug-glue.c \ |
| 11 | signal-glue.c \ | |
|
11980
fe5c2c58508c
[gaim-migrate @ 14273]
Eoin Coffey <ecoffey@soc.pidgin.im>
parents:
11882
diff
changeset
|
12 | blist-glue.c \ |
|
fe5c2c58508c
[gaim-migrate @ 14273]
Eoin Coffey <ecoffey@soc.pidgin.im>
parents:
11882
diff
changeset
|
13 | status-glue.c |
| 11660 | 14 | |
| 15 | mono_la_LDFLAGS = -module -avoid-version | |
| 16 | ||
| 17 | mono_la_LIBADD = $(MONO_LIBS) | |
| 18 | ||
| 19 | AM_CPPFLAGS = \ | |
| 20 | -I$(top_srcdir) \ | |
|
15940
53d1e0af8279
Gaim -> Purple rename for the Mono plugin. These changes make sense, and it
Richard Laager <rlaager@pidgin.im>
parents:
15435
diff
changeset
|
21 | -I$(top_srcdir)/libpurple \ |
| 11660 | 22 | $(DEBUG_CFLAGS) \ |
| 23 | $(PLUGIN_CFLAGS) \ | |
| 24 | $(MONO_CFLAGS) |