view libpurple/plugins/mono/loader/Makefile.am @ 26578:e80b41862cc0

merge of '22d261d19f56b8cec771b7511f11dbbc367568fc' and '31a22532aee37e26e4131412a959ecb9575dc979'
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 06 Apr 2009 06:11:24 +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)