Imported Upstream version 2.91.2
[platform/upstream/libxml++.git] / Makefile.am
1 ## This file is part of libxml++.
2
3 ACLOCAL_AMFLAGS = -I build ${ACLOCAL_FLAGS}
4 DISTCHECK_CONFIGURE_FLAGS = --enable-warnings=fatal
5
6 if ENABLE_DOCUMENTATION
7 doc_subdirs = docs
8 else
9 doc_subdirs =
10 endif
11 SUBDIRS = libxml++ examples tests $(doc_subdirs)
12
13 library_configdir = $(libdir)/$(LIBXMLXX_MODULE_NAME)/include
14 nodist_library_config_HEADERS = libxml++config.h
15
16 pkgconfigdir = $(libdir)/pkgconfig
17 nodist_pkgconfig_DATA = $(LIBXMLXX_MODULE_NAME).pc
18
19 include $(srcdir)/MSVC_Net2010/filelist.am
20
21 dist_noinst_DATA = $(addprefix MSVC_Net2010/,$(msvc_net2010_data))
22
23 dist_noinst_SCRIPTS = autogen.sh
24
25 DISTCLEANFILES = MSVC_Net2010/libxml++/libxml++config.h
26
27 # Optional: auto-generate the ChangeLog file from the git log on make dist
28 include $(top_srcdir)/build/dist-changelog.am