Mercurial > pidgin
annotate libgaim/plugins/mono/loader/Makefile.am @ 14326:f74c19f2da30
[gaim-migrate @ 17021]
Show the accounts dialog only once.
committer: Tailor Script <tailor@pidgin.im>
| author | Sadrul Habib Chowdhury <imadil@gmail.com> |
|---|---|
| date | Thu, 24 Aug 2006 19:55:43 +0000 |
| parents | 60b1bc8dbf37 |
| children |
| rev | line source |
|---|---|
| 14192 | 1 plugindir = $(libdir)/gaim |
| 2 | |
| 3 plugin_LTLIBRARIES = mono.la | |
| 4 | |
| 5 mono_la_SOURCES = \ | |
| 6 mono.c \ | |
| 7 mono-glue.h \ | |
| 8 mono-helper.c \ | |
| 9 mono-helper.h \ | |
| 10 debug-glue.c \ | |
| 11 signal-glue.c \ | |
| 12 blist-glue.c \ | |
| 13 status-glue.c | |
| 14 | |
| 15 mono_la_LDFLAGS = -module -avoid-version | |
| 16 | |
| 17 mono_la_LIBADD = $(MONO_LIBS) | |
| 18 | |
| 19 AM_CPPFLAGS = \ | |
| 20 -DVERSION=\"$(VERSION)\" \ | |
| 21 -I$(top_srcdir) \ | |
| 22 -I$(top_srcdir)/libgaim \ | |
| 23 $(DEBUG_CFLAGS) \ | |
| 24 $(PLUGIN_CFLAGS) \ | |
| 25 $(MONO_CFLAGS) |
