killpresence/Makefile.am
author Mikael Berthe <mikael@lilotux.net>
Sun, 08 Mar 2020 09:43:04 +0100
changeset 54 123580cd5450
parent 19 85296f26810e
permissions -rw-r--r--
[killpresence] Change update_roster to scr_update_roster()


if INSTALL_MODULE_KILLPRESENCE

pkglib_LTLIBRARIES = libkillpresence.la
libkillpresence_la_SOURCES = killpresence.c
libkillpresence_la_LDFLAGS = -module -avoid-version -shared

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

endif