extsay-old/Makefile.am
changeset 34 105fdf20c1c1
parent 33 e9bb68c35bf3
child 35 337add12c399
--- a/extsay-old/Makefile.am	Sat Apr 03 23:21:31 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-
-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