Mercurial > pidgin
annotate plugins/mono/loader/Makefile.am @ 11684:c1906dc6257c
[gaim-migrate @ 13970]
"This patch fixes the tab-color change prob (hopefully
this is the last one in the series). Bleeter also
thinks I have nailed it this time." -- Sadrul Habib Chowdhury
This also seems to fix a case of it I was having this morning.
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Mon, 17 Oct 2005 16:42:10 +0000 |
| parents | a3302d271199 |
| children | c0e0fcd75926 |
| rev | line source |
|---|---|
| 11660 | 1 plugindir = $(libdir)/gaim |
| 2 | |
| 3 plugin_LTLIBRARIES = mono.la | |
| 4 | |
| 5 mono_la_SOURCES = \ | |
| 6 mono.c \ | |
| 7 mono-helper.c \ | |
| 8 debug-glue.c \ | |
| 9 signal-glue.c \ | |
| 10 blist-glue.c | |
| 11 | |
| 12 mono_la_LDFLAGS = -module -avoid-version | |
| 13 | |
| 14 mono_la_LIBADD = $(MONO_LIBS) | |
| 15 | |
| 16 AM_CPPFLAGS = \ | |
| 17 -DVERSION=\"$(VERSION)\" \ | |
| 18 -I$(top_srcdir) \ | |
| 19 -I$(top_srcdir)/src \ | |
| 20 $(DEBUG_CFLAGS) \ | |
| 21 $(PLUGIN_CFLAGS) \ | |
| 22 $(MONO_CFLAGS) |
