view libpurple/plugins/mono/loader/Makefile.am @ 31650:481da469bd3d

merge of '1ce90eeff222690b47ecfe394e118403b2782a2f' and '54e7873c4e78229f13e9d60f11a6e65a96bbd9dd'
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sat, 12 Feb 2011 16:22:06 +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)