killpresence/Makefile.am
author Mikael Berthe <mikael@lilotux.net>
Sat, 03 Apr 2010 18:59:38 +0200
changeset 29 b6fb487c2658
parent 19 85296f26810e
permissions -rw-r--r--
[extsay] Enable /extsay ./resourcename Also add some UTF-8 conversions and JID checks


if INSTALL_MODULE_KILLPRESENCE

pkglib_LTLIBRARIES = libkillpresence.la
libkillpresence_la_SOURCES = killpresence.c
libkillpresence_la_LDFLAGS = -module -avoid-version -shared

LDADD = $(GLIB_LIBS) $(MCABBER_LIBS)
AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS) $(MCABBER_CFLAGS)

endif