ELFIO/Makefile.am

9 lines
682 B
Makefile
Raw Normal View History

2020-08-24 17:00:06 +00:00
SUBDIRS = examples/elfdump examples/tutorial examples/writer examples/write_obj examples/anonymizer
nobase_include_HEADERS = elfio/elf_types.hpp elfio/elfio_dynamic.hpp \
2012-11-27 09:45:28 +00:00
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 \
2020-08-24 19:24:09 +00:00
elfio/elfio_utils.hpp elfio/elfio_dump.hpp \
2020-08-24 19:54:00 +00:00
elfio/elfio_version.hpp elfio/elfio_modinfo.hpp
EXTRA_DIST = doc/elfio.pdf CMakeLists.txt