Mercurial > pidgin.yaz
view libpurple/plugins/mono/loader/Makefile.am @ 28258:25ad8f6b2638
merge of 'ce714031f3cafbcbd99cc3988cbb9cacd3ada236'
and 'f6ccaee21b84f421b31d614cb5c06c855ab47e0b'
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Fri, 14 Aug 2009 00:37:34 +0000 |
parents | 0dcd915899ae |
children |
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 = \ -I$(top_srcdir) \ -I$(top_srcdir)/libpurple \ $(DEBUG_CFLAGS) \ $(PLUGIN_CFLAGS) \ $(MONO_CFLAGS)