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


if INSTALL_MODULE_IGNORE_AUTH

pkglib_LTLIBRARIES = libignore_auth.la
libignore_auth_la_SOURCES = ignore_auth.c
libignore_auth_la_LDFLAGS = -module -avoid-version -shared

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

endif