lastmsg/Makefile.am
author Mikael Berthe <mikael@lilotux.net>
Sat, 03 Apr 2010 14:59:33 +0200
changeset 25 a98004eb58cd
parent 10 14f4f6dcc75a
permissions -rw-r--r--
[extsay] Expand extsay_script_path path name


if INSTALL_MODULE_LASTMSG

pkglib_LTLIBRARIES = liblastmsg.la
liblastmsg_la_SOURCES = lastmsg.c
liblastmsg_la_LDFLAGS = -module -avoid-version -shared

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

endif