extsay-old/Makefile.am
author Mikael Berthe <mikael@lilotux.net>
Fri, 02 Apr 2010 23:23:58 +0200
changeset 21 9798e3aaa851
parent 4 extsay/Makefile.am@807420cf8002
permissions -rw-r--r--
Add module extsayng, rename previous one to extsay_old This new module is based on the screen utility, but it should be much safer to use.


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