view mcabber/modules/xttitle/Makefile.am @ 1922:4ba68ad737bc

Increase the number of available categories for completions
author Mikael Berthe <mikael@lilotux.net>
date Wed, 10 Nov 2010 14:08:24 +0100
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