show_mdr/Makefile.am
author Mikael Berthe <mikael@lilotux.net>
Sun, 04 Oct 2015 21:53:38 +0200
changeset 51 54e01ab98b06
parent 48 06495be653fd
permissions -rw-r--r--
Update API version for show_mdr


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