ignore_auth/Makefile.am
author Mikael Berthe <mikael@lilotux.net>
Sat, 13 Oct 2012 17:28:47 +0200
changeset 46 3bb3be085858
parent 38 3dad6bd6cde2
permissions -rw-r--r--
[killpresence] Cosmetical change Move up do_probe() before do_killpresence() in order to avoid adding a function prototype.


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