mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-20 17:00:36 +00:00
f437bfc04d
* include/Makefile.am: Install headers in $includedir/libabigail
18 lines
267 B
Makefile
18 lines
267 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
|
|
|
|
|