annotate mcabber/modules/urlregex/Makefile.am @ 2234:232c26383fc4

New option: 'gpg_home' The new 'gpg_home' option can be used to specify a custom configuration directory for GnuPG.
author Holger Weiß <holger@zedat.fu-berlin.de>
date Sat, 21 Nov 2015 17:44:59 +0100
parents e8f2db654e67
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1975
a23799244335 Add missing files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
1
a23799244335 Add missing files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
2 if INSTALL_HEADERS
a23799244335 Add missing files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
3
a23799244335 Add missing files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
4 pkglib_LTLIBRARIES = liburlregex.la
a23799244335 Add missing files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
5 liburlregex_la_SOURCES = urlregex.c
a23799244335 Add missing files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
6 liburlregex_la_LDFLAGS = -module -avoid-version -shared
a23799244335 Add missing files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
7
a23799244335 Add missing files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
8 LDADD = $(GLIB_LIBS)
2041
e8f2db654e67 Fix building from separate directory
Myhailo Danylenko <isbear@ukrpost.net>
parents: 1975
diff changeset
9 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir) \
e8f2db654e67 Fix building from separate directory
Myhailo Danylenko <isbear@ukrpost.net>
parents: 1975
diff changeset
10 $(GLIB_CFLAGS) $(LOUDMOUTH_CFLAGS) \
1975
a23799244335 Add missing files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
11 $(GPGME_CFLAGS) $(LIBOTR_CFLAGS) \
a23799244335 Add missing files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
12 $(ENCHANT_CFLAGS)
a23799244335 Add missing files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
13
a23799244335 Add missing files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
14 endif
a23799244335 Add missing files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
15