Mercurial > pidgin
view libpurple/plugins/mono/loader/Makefile.am @ 31709:5e173ccbfdb8
propagate from branch 'im.pidgin.pidgin' (head 9fc56c5e4669dbbaa42a495b831982f2732e3895)
to branch 'im.pidgin.pidgin.next.minor' (head dd54e7e72c5e675287d7c897baa9b075df14e4c9)
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Mon, 20 Jun 2011 06:07:46 +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)