clock/Makefile.am
author Mikael Berthe <mikael@lilotux.net>
Sun, 06 Jul 2014 17:02:23 +0200
changeset 48 06495be653fd
parent 6 c2ad0b151a5e
permissions -rw-r--r--
New module: show_mdr The module show_mdr displays the details of the received Delivery Messages when the contact has several connected resources.


if INSTALL_MODULE_CLOCK

pkglib_LTLIBRARIES = libclock.la
libclock_la_SOURCES = clock.c
libclock_la_LDFLAGS = -module -avoid-version -shared

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

endif