comment/Makefile.am
author Mikael Berthe <mikael@lilotux.net>
Sat, 13 Oct 2012 17:33:01 +0200
changeset 47 dcef1b8f2e05
parent 4 807420cf8002
permissions -rw-r--r--
[killpresence] Fix small typo in module description


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