diff -r 4fbed301c014 -r 9798e3aaa851 extsay-old/Makefile.am --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/extsay-old/Makefile.am Fri Apr 02 23:23:58 2010 +0200 @@ -0,0 +1,11 @@ + +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