show_mdr/Makefile.am
author Mikael Berthe <mikael@lilotux.net>
Thu, 05 Nov 2015 15:03:18 +0100
changeset 52 18621bbdd2b2
parent 48 06495be653fd
permissions -rw-r--r--
[show_mdr] Fix memory leak


if INSTALL_MODULE_SHOW_MDR

pkglib_LTLIBRARIES = libshow_mdr.la
libshow_mdr_la_SOURCES = show_mdr.c
libshow_mdr_la_LDFLAGS = -module -avoid-version -shared

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

endif