extsay-old/Makefile.am
author Mikael Berthe <mikael@lilotux.net>
Sat, 03 Apr 2010 16:36:57 +0200
changeset 27 4f1cbafb569c
parent 21 9798e3aaa851
permissions -rw-r--r--
[extsay] Remove resource from the jid used for the temporary file name


if INSTALL_MODULE_EXTSAY_OLD

pkglib_LTLIBRARIES = libextsay_old.la
libextsay_old_la_SOURCES = extsay_old.c
libextsay_old_la_LDFLAGS = -module -avoid-version -shared

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

endif