Mercurial > pidgin
annotate plugins/mono/loader/Makefile.am @ 11957:7584cc821c19
[gaim-migrate @ 14248]
we'll give this a try
committer: Tailor Script <tailor@pidgin.im>
| author | Nathan Walp <nwalp@pidgin.im> |
|---|---|
| date | Thu, 03 Nov 2005 13:12:37 +0000 |
| parents | c0e0fcd75926 |
| children | 67fbd2ff4c4e |
| rev | line source |
|---|---|
| 11660 | 1 plugindir = $(libdir)/gaim |
| 2 | |
| 3 plugin_LTLIBRARIES = mono.la | |
| 4 | |
| 5 mono_la_SOURCES = \ | |
| 6 mono.c \ | |
| 11882 | 7 mono-glue.h \ |
| 11660 | 8 mono-helper.c \ |
| 11882 | 9 mono-helper.h \ |
| 11660 | 10 debug-glue.c \ |
| 11 signal-glue.c \ | |
| 12 blist-glue.c | |
| 13 | |
| 14 mono_la_LDFLAGS = -module -avoid-version | |
| 15 | |
| 16 mono_la_LIBADD = $(MONO_LIBS) | |
| 17 | |
| 18 AM_CPPFLAGS = \ | |
| 19 -DVERSION=\"$(VERSION)\" \ | |
| 20 -I$(top_srcdir) \ | |
| 21 -I$(top_srcdir)/src \ | |
| 22 $(DEBUG_CFLAGS) \ | |
| 23 $(PLUGIN_CFLAGS) \ | |
| 24 $(MONO_CFLAGS) |
