mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-20 17:00:36 +00:00
6684ad97ad
* include/abg-irfwd.h: Move to... * include/abg-fwd.h: ...this. * include/abg-ir.h (traverse_base): Move to... * include/abg-traverse.h: ...here. New. * include/abg-ir.h (location, location_manager, translation_unit): Move to... * include/abg-corpus.h: ...here. * include/Makefile.am: Adjust. * include/Makefile.in: Regenerate.
17 lines
255 B
Makefile
17 lines
255 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)
|
|
|