extsay-ng/Makefile.am
author Mikael Berthe <mikael@lilotux.net>
Sun, 04 Apr 2010 16:00:35 +0200
changeset 34 105fdf20c1c1
parent 21 9798e3aaa851
permissions -rw-r--r--
Remove old extsay module I'll make a separate package for extsay_old.


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