info_msgcount/Makefile.am
author Mikael Berthe <mikael@lilotux.net>
Sat, 01 Nov 2014 22:06:37 +0100
changeset 50 9ebfc7b83319
parent 17 be7e71438f76
permissions -rw-r--r--
[killpresence] Add #ifdef's for XEP-0022


if INSTALL_MODULE_INFO_MSGCOUNT

pkglib_LTLIBRARIES = libinfo_msgcount.la
libinfo_msgcount_la_SOURCES = info_msgcount.c
libinfo_msgcount_la_LDFLAGS = -module -avoid-version -shared

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

endif