comment/Makefile.am
author Mikael Berthe <mikael@lilotux.net>
Sat, 03 Apr 2010 15:17:15 +0200
changeset 26 a15aa7a218ec
parent 4 807420cf8002
permissions -rw-r--r--
[lastmsg] Add the status window message flag when /lastmsg output is long


if INSTALL_MODULE_COMMENT

pkglib_LTLIBRARIES = libcomment.la
libcomment_la_SOURCES = comment.c
libcomment_la_LDFLAGS = -module -avoid-version -shared

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

endif