ELFIO/Makefile.am
Serge Lamikhov-Center 22ff134363 Address array section accessor added
The accessor is useful for manipulation of such sections as .ctors,
.dtors, .init_array and .fini_array
2020-12-22 14:10:16 +02:00

17 lines
925 B
Makefile

SUBDIRS = examples/elfdump examples/tutorial examples/writer examples/write_obj \
examples/anonymizer examples/add_section examples/c_wrapper
nobase_include_HEADERS = elfio/elf_types.hpp elfio/elfio_dynamic.hpp \
elfio/elfio.hpp elfio/elfio_header.hpp \
elfio/elfio_note.hpp elfio/elfio_relocation.hpp \
elfio/elfio_section.hpp elfio/elfio_segment.hpp \
elfio/elfio_strings.hpp elfio/elfio_symbols.hpp \
elfio/elfio_utils.hpp elfio/elfio_dump.hpp \
elfio/elfio_version.hpp elfio/elfio_modinfo.hpp \
elfio/elfio_array.hpp
EXTRA_DIST = doc/elfio.pdf CMakeLists.txt examples/CMakeLists.txt cmake/elfioConfig.cmake.in
TESTS = examples/elfdump/elfdump
LOG_COMPILER = examples/elfdump/elfdump