lastmsg/Makefile.am
author Mikael Berthe <mikael@lilotux.net>
Mon, 22 Mar 2010 22:29:28 +0100
changeset 15 d7cced6660a7
parent 10 14f4f6dcc75a
permissions -rw-r--r--
[lastmsg] Do not use ‘for’ loop initial declarations (C99)


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