comparison mcabber/modules/urlregex/Makefile.am @ 2041:e8f2db654e67

Fix building from separate directory This patch allows the following build sequence: $ mkdir build; cd build; ../configure args; make; make install
author Myhailo Danylenko <isbear@ukrpost.net>
date Thu, 22 Nov 2012 00:59:19 +0200
parents a23799244335
children
comparison
equal deleted inserted replaced
2040:e87ced7d1059 2041:e8f2db654e67
4 pkglib_LTLIBRARIES = liburlregex.la 4 pkglib_LTLIBRARIES = liburlregex.la
5 liburlregex_la_SOURCES = urlregex.c 5 liburlregex_la_SOURCES = urlregex.c
6 liburlregex_la_LDFLAGS = -module -avoid-version -shared 6 liburlregex_la_LDFLAGS = -module -avoid-version -shared
7 7
8 LDADD = $(GLIB_LIBS) 8 LDADD = $(GLIB_LIBS)
9 AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS) $(LOUDMOUTH_CFLAGS) \ 9 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir) \
10 $(GLIB_CFLAGS) $(LOUDMOUTH_CFLAGS) \
10 $(GPGME_CFLAGS) $(LIBOTR_CFLAGS) \ 11 $(GPGME_CFLAGS) $(LIBOTR_CFLAGS) \
11 $(ENCHANT_CFLAGS) 12 $(ENCHANT_CFLAGS)
12 13
13 endif 14 endif
14 15