Skip to content

Commit

Permalink
Include newly added CMake configuration files to automake distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
Serge Lamikhov-Center committed Oct 30, 2020
1 parent b2154b3 commit 1c91bc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ nobase_include_HEADERS = elfio/elf_types.hpp elfio/elfio_dynamic.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
EXTRA_DIST = doc/elfio.pdf CMakeLists.txt
EXTRA_DIST = doc/elfio.pdf CMakeLists.txt examples/CMakeLists.txt cmake/elfioConfig.cmake.in
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ nobase_include_HEADERS = elfio/elf_types.hpp elfio/elfio_dynamic.hpp \
elfio/elfio_utils.hpp elfio/elfio_dump.hpp \
elfio/elfio_version.hpp elfio/elfio_modinfo.hpp

EXTRA_DIST = doc/elfio.pdf CMakeLists.txt
EXTRA_DIST = doc/elfio.pdf CMakeLists.txt examples/CMakeLists.txt cmake/elfioConfig.cmake.in
all: all-recursive

.SUFFIXES:
Expand Down

0 comments on commit 1c91bc2

Please sign in to comment.