annotate mcabber/modules/urlregex/Makefile.am @ 1978:986e514bec97

Fix changeset e6beab22099b (Hermitifier)
author Mikael Berthe <mikael@lilotux.net>
date Sat, 26 Mar 2011 13:56:41 +0100
parents a23799244335
children e8f2db654e67
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)
a23799244335 Add missing files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
9 AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS) $(LOUDMOUTH_CFLAGS) \
a23799244335 Add missing files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
10 $(GPGME_CFLAGS) $(LIBOTR_CFLAGS) \
a23799244335 Add missing files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
11 $(ENCHANT_CFLAGS)
a23799244335 Add missing files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
12
a23799244335 Add missing files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
13 endif
a23799244335 Add missing files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
14