view libpurple/plugins/mono/loader/Makefile.am @ 16089:a90692463bf4

Patch from Eoin Coffey to install the mono loader into the correct directory.
author Gary Kramlich <grim@reaperworld.com>
date Fri, 13 Apr 2007 21:20:51 +0000
parents 93bfbda79bf6
children 7125eda8fe22
line wrap: on
line source

plugindir = $(libdir)/libpurple

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)