Mercurial > pidgin
view libpurple/plugins/mono/loader/Makefile.am @ 16623:36a87fb00a22
merge of '2c12ac5fe6f8c8bf07d7bdde347e65c66e4f2de5'
and 'e543a2ed3f9f3d48027ac1295d9e5f8e76d9a0f1'
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Sun, 29 Apr 2007 03:46:25 +0000 |
| parents | ce049678a67b |
| children | 0dcd915899ae |
line wrap: on
line source
plugindir = $(libdir)/purple-$(PURPLE_MAJOR_VERSION) plugin_LTLIBRARIES = mono.la mono_la_SOURCES = \ mono.c \ mono-glue.h \ mono-helper.c \ mono-helper.h \ debug-glue.c \ signal-glue.c \ blist-glue.c \ status-glue.c mono_la_LDFLAGS = -module -avoid-version mono_la_LIBADD = $(MONO_LIBS) AM_CPPFLAGS = \ -DVERSION=\"$(VERSION)\" \ -I$(top_srcdir) \ -I$(top_srcdir)/libpurple \ $(DEBUG_CFLAGS) \ $(PLUGIN_CFLAGS) \ $(MONO_CFLAGS)
