view libpurple/plugins/mono/loader/Makefile.am @ 16410:58a097859388

merge of '5a1b790556f2372c9cfc080af4a11e3c3d19b2ce' and '7b2e3a93824b2aa9d1939d622c2d12f0bd02ee5d'
author Richard Laager <rlaager@wiktel.com>
date Wed, 25 Apr 2007 05:25:57 +0000
parents 7125eda8fe22
children ce049678a67b
line wrap: on
line source

plugindir = $(libdir)/purple

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)