mirror of
https://github.com/serge1/ELFIO.git
synced 2024-11-19 11:14:46 +00:00
Exclude C language wrapper
This commit is contained in:
parent
4dc38f0f34
commit
6504688f3f
@ -1,5 +1,5 @@
|
||||
SUBDIRS = examples/elfdump examples/tutorial examples/writer examples/write_obj \
|
||||
examples/anonymizer examples/add_section examples/c_wrapper
|
||||
examples/anonymizer examples/add_section
|
||||
|
||||
nobase_include_HEADERS = elfio/elf_types.hpp elfio/elfio_dynamic.hpp \
|
||||
elfio/elfio.hpp elfio/elfio_header.hpp \
|
||||
|
@ -500,7 +500,7 @@ top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
SUBDIRS = examples/elfdump examples/tutorial examples/writer examples/write_obj \
|
||||
examples/anonymizer examples/add_section examples/c_wrapper
|
||||
examples/anonymizer examples/add_section
|
||||
|
||||
nobase_include_HEADERS = elfio/elf_types.hpp elfio/elfio_dynamic.hpp \
|
||||
elfio/elfio.hpp elfio/elfio_header.hpp \
|
||||
|
Loading…
Reference in New Issue
Block a user