view libpurple/plugins/mono/loader/Makefile.am @ 29841:f3a573191e43

Disable thumbnails for XMPP (in si.c) by using an #define This is a temporary measure until XEP 0264 gets draft status.
author Marcus Lundblad <ml@update.uu.se>
date Wed, 28 Apr 2010 19:26:58 +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)