Remove autoconf base stuff
[libi2ncommon] / utils / Makefile.am
1 # set the include path found by configure
2 INCLUDES = -I$(top_srcdir)/src @BOOST_CPPFLAGS@ $(all_includes)
3 METASOURCES = AUTO
4
5 lib_LTLIBRARIES = libi2ncommon_utils.la
6
7 include_HEADERS = containerfunc.hpp signalfunc.hpp
8
9 # Note:  If you specify a:b:c as the version in the next line,
10 #  the library that is made has version (a-c).c.b.  In this
11 #  example, the version is 2.1.2. (3:2:1)
12
13 libi2ncommon_utils_la_LDFLAGS = -version-info @LIBI2NCOMMON_LIB_VERSION@ @BOOST_LDFLAGS@
14
15 libi2ncommon_utils_la_SOURCES = containerfunc.cpp signalfunc.cpp