mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-20 17:00:36 +00:00
fb481b3693
* 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.
18 lines
296 B
Makefile
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
|