extsay-ng/Makefile.am
author Mikael Berthe <mikael@lilotux.net>
Sat, 25 Aug 2012 19:35:46 +0200
changeset 43 d759a8b8dbbe
parent 34 105fdf20c1c1
permissions -rw-r--r--
[killpresence] /killpresence: Allow '.' as a shortcut for cuurent JID


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