view mcabber/modules/xttitle/Makefile.am @ 1935:a06d9eab14c5

Handle the Enter key on Maemo systems (diSabler)
author Mikael Berthe <mikael@lilotux.net>
date Sun, 05 Dec 2010 11:41:16 +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