Skip to content

Commit 1c91bc2

Browse files
author
Serge Lamikhov-Center
committed
Include newly added CMake configuration files to automake distribution
1 parent b2154b3 commit 1c91bc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ nobase_include_HEADERS = elfio/elf_types.hpp elfio/elfio_dynamic.hpp \
77
elfio/elfio_strings.hpp elfio/elfio_symbols.hpp \
88
elfio/elfio_utils.hpp elfio/elfio_dump.hpp \
99
elfio/elfio_version.hpp elfio/elfio_modinfo.hpp
10-
EXTRA_DIST = doc/elfio.pdf CMakeLists.txt
10+
EXTRA_DIST = doc/elfio.pdf CMakeLists.txt examples/CMakeLists.txt cmake/elfioConfig.cmake.in

Makefile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ nobase_include_HEADERS = elfio/elf_types.hpp elfio/elfio_dynamic.hpp \
329329
elfio/elfio_utils.hpp elfio/elfio_dump.hpp \
330330
elfio/elfio_version.hpp elfio/elfio_modinfo.hpp
331331

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

335335
.SUFFIXES:

0 commit comments

Comments
 (0)