Mercurial > pidgin
annotate plugins/mono/loader/Makefile.am @ 11882:c0e0fcd75926
[gaim-migrate @ 14173]
"make distcheck" fixes for the mono plugin loader (aka. Makefile rewrites)
committer: Tailor Script <tailor@pidgin.im>
| author | Stu Tomlinson <stu@nosnilmot.com> |
|---|---|
| date | Sat, 29 Oct 2005 02:01:55 +0000 |
| parents | a3302d271199 |
| 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) |
