Remove autoconf base stuff
[libi2ncommon] / xmllib / Makefile.am
CommitLineData
ce6792dd 1# set the include path found by configure
5ff2acd9 2INCLUDES = -I$(top_srcdir)/src $(all_includes) @LIBXMLPP_CFLAGS@
ce6792dd
TJ
3METASOURCES = AUTO
4
5lib_LTLIBRARIES = libi2ncommon_xml.la
6
7include_HEADERS = xmlcommon.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
13libi2ncommon_xml_la_LDFLAGS = -version-info @LIBI2NCOMMON_LIB_VERSION@
14
15libi2ncommon_xml_la_LIBADD = @LIBXMLPP_LIBS@
16libi2ncommon_xml_la_SOURCES = xmlcommon.cpp