mcabber/modules/urlregex/Makefile.am
author Myhailo Danylenko <isbear@ukrpost.net>
Thu, 22 Nov 2012 00:59:19 +0200
changeset 2041 e8f2db654e67
parent 1975 a23799244335
permissions -rw-r--r--
Fix building from separate directory This patch allows the following build sequence: $ mkdir build; cd build; ../configure args; make; make install


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) -I$(top_builddir) \
			      $(GLIB_CFLAGS) $(LOUDMOUTH_CFLAGS) \
                              $(GPGME_CFLAGS) $(LIBOTR_CFLAGS) \
                              $(ENCHANT_CFLAGS)

endif