Exclude C language wrapper

This commit is contained in:
Serge Lamikhov-Center 2021-09-07 10:07:02 +03:00
parent 4dc38f0f34
commit 6504688f3f
2 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -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 \