view mcabber/modules/urlregex/Makefile.am @ 2031:2b13be73351d

Update help files
author Mikael Berthe <mikael@lilotux.net>
date Sat, 13 Oct 2012 19:53:12 +0200
parents a23799244335
children e8f2db654e67
line wrap: on
line source


if INSTALL_HEADERS

pkglib_LTLIBRARIES = liburlregex.la
liburlregex_la_SOURCES = urlregex.c
liburlregex_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