view mcabber/modules/xttitle/Makefile.am @ 1868:fdb2f88b908b

/event list sets the message flag when the list is long
author Mikael Berthe <mikael@lilotux.net>
date Sun, 04 Apr 2010 00:15:53 +0200
parents a2642e56e0de
children e8f2db654e67
line wrap: on
line source


if INSTALL_HEADERS

pkglib_LTLIBRARIES = libxttitle.la
libxttitle_la_SOURCES = xttitle.c
libxttitle_la_LDFLAGS = -module -avoid-version -shared

LDADD = $(GLIB_LIBS)
AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS) $(LOUDMOUTH_CFLAGS) \
              $(GPGME_CFLAGS) $(LIBOTR_CFLAGS) $(ENCHANT_CFLAGS)

endif