libabigail/include/Makefile.am
Dodji Seketeli fb481b3693 Add abg-version.h.in to the source distribution & cleanup
* include/Makefile.am:  Add abg-version.h.in to the source
	distribution.
	* configure.ac: Generate abg-version.h in using the existing
	AC_CONFIG_FILES macro call.
2013-08-22 17:07:07 +02:00

18 lines
296 B
Makefile

headers = \
abg-ir.h \
abg-corpus.h \
abg-libxml-utils.h \
abg-fwd.h \
abg-hash.h \
abg-config.h \
abg-traverse.h \
abg-version.h \
abg-viz-common.h \
abg-viz-dot.h \
abg-viz-svg.h
publicheaders_DATA=$(headers)
publicheadersdir=$(includedir)/libabigail
EXTRA_DIST = abg-version.h.in