Remove autoconf base stuff
[libi2ncommon] / configlib / Makefile.am
1 # set the include path found by configure
2 INCLUDES = -I$(top_srcdir)/src $(all_includes) \
3         @LIBICONV_CFLAGS@ @BOOST_CPPFLAGS@
4
5 METASOURCES = AUTO
6
7 lib_LTLIBRARIES = libi2ncommon_config.la
8
9 include_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
15 libi2ncommon_config_la_LDFLAGS = -version-info @LIBI2NCOMMON_LIB_VERSION@ @BOOST_LDFLAGS@
16
17 libi2ncommon_config_la_LIBADD =
18 libi2ncommon_config_la_SOURCES = i2n_global_config.cpp