extsay-ng/Makefile.am
author Mikael Berthe <mikael@lilotux.net>
Sat, 13 Oct 2012 17:26:43 +0200
changeset 45 8e4d38e667ef
parent 34 105fdf20c1c1
permissions -rw-r--r--
[killpresence] Add option -p to /killpresence (to send a presence probe) /killpresence -p fulljid is equivalent to both /killpresence fulljid followed by /probe barejid


if INSTALL_MODULE_EXTSAYNG

pkglib_LTLIBRARIES = libextsay.la
libextsay_la_SOURCES = extsay.c
libextsay_la_LDFLAGS = -module -avoid-version -shared

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

endif