Merge libgettext code into libi2ncommon
[libi2ncommon] / configlib / Makefile.am
CommitLineData
23d53eb1 1# set the include path found by configure
5ff2acd9 2INCLUDES = -I$(top_srcdir)/src $(all_includes) \
23a85f6b 3 @LIBICONV_CFLAGS@ @BOOST_CPPFLAGS@
23d53eb1
RP
4
5METASOURCES = AUTO
6
7lib_LTLIBRARIES = libi2ncommon_config.la
8
9include_HEADERS = i2n_global_config.hpp
10
11# Note: If you specify a:b:c as the version in the next line,
12# the library that is made has version (a-c).c.b. In this
13# example, the version is 2.1.2. (3:2:1)
14
23a85f6b 15libi2ncommon_config_la_LDFLAGS = -version-info @LIBI2NCOMMON_LIB_VERSION@ @BOOST_LDFLAGS@
23d53eb1
RP
16
17libi2ncommon_config_la_LIBADD =
18libi2ncommon_config_la_SOURCES = i2n_global_config.cpp