diff --git a/Makefile.am b/Makefile.am index 0ac2f56..3011f1b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,4 +6,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 +EXTRA_DIST = doc/elfio.pdf CMakeLists.txt \ No newline at end of file diff --git a/Makefile.in b/Makefile.in index c847da5..bc1703c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -323,7 +323,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 +EXTRA_DIST = doc/elfio.pdf CMakeLists.txt all: all-recursive .SUFFIXES: diff --git a/examples/anonymizer/Makefile.am b/examples/anonymizer/Makefile.am index 214f9c4..869d721 100644 --- a/examples/anonymizer/Makefile.am +++ b/examples/anonymizer/Makefile.am @@ -1,3 +1,4 @@ AM_CPPFLAGS = -I$(top_srcdir) bin_PROGRAMS = anonymizer anonymizer_SOURCES = anonymizer.cpp +EXTRA_DIST = CMakeLists.txt \ No newline at end of file diff --git a/examples/anonymizer/Makefile.in b/examples/anonymizer/Makefile.in index 71af470..e076bc4 100644 --- a/examples/anonymizer/Makefile.in +++ b/examples/anonymizer/Makefile.in @@ -247,6 +247,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CPPFLAGS = -I$(top_srcdir) anonymizer_SOURCES = anonymizer.cpp +EXTRA_DIST = CMakeLists.txt all: all-am .SUFFIXES: diff --git a/examples/elfdump/Makefile.am b/examples/elfdump/Makefile.am index 57a3470..817d36c 100644 --- a/examples/elfdump/Makefile.am +++ b/examples/elfdump/Makefile.am @@ -1,4 +1,4 @@ AM_CPPFLAGS = -I$(top_srcdir) bin_PROGRAMS = elfdump elfdump_SOURCES = elfdump.cpp -EXTRA_DIST = ELFDump.vcxproj +EXTRA_DIST = ELFDump.vcxproj CMakeLists.txt diff --git a/examples/elfdump/Makefile.in b/examples/elfdump/Makefile.in index 123ebc5..8159090 100644 --- a/examples/elfdump/Makefile.in +++ b/examples/elfdump/Makefile.in @@ -247,7 +247,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CPPFLAGS = -I$(top_srcdir) elfdump_SOURCES = elfdump.cpp -EXTRA_DIST = ELFDump.vcxproj +EXTRA_DIST = ELFDump.vcxproj CMakeLists.txt all: all-am .SUFFIXES: diff --git a/examples/tutorial/Makefile.am b/examples/tutorial/Makefile.am index 14bcceb..8666539 100644 --- a/examples/tutorial/Makefile.am +++ b/examples/tutorial/Makefile.am @@ -1,3 +1,4 @@ AM_CPPFLAGS = -I$(top_srcdir) bin_PROGRAMS = tutorial tutorial_SOURCES = tutorial.cpp +EXTRA_DIST = CMakeLists.txt \ No newline at end of file diff --git a/examples/tutorial/Makefile.in b/examples/tutorial/Makefile.in index f5fe184..2d7f8ae 100644 --- a/examples/tutorial/Makefile.in +++ b/examples/tutorial/Makefile.in @@ -247,6 +247,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CPPFLAGS = -I$(top_srcdir) tutorial_SOURCES = tutorial.cpp +EXTRA_DIST = CMakeLists.txt all: all-am .SUFFIXES: diff --git a/examples/write_obj/Makefile.am b/examples/write_obj/Makefile.am index eebfeee..f68e1cb 100644 --- a/examples/write_obj/Makefile.am +++ b/examples/write_obj/Makefile.am @@ -1,3 +1,4 @@ AM_CPPFLAGS = -I$(top_srcdir) bin_PROGRAMS = write_obj write_obj_SOURCES = write_obj.cpp +EXTRA_DIST = CMakeLists.txt \ No newline at end of file diff --git a/examples/write_obj/Makefile.in b/examples/write_obj/Makefile.in index 1b33b5f..4347231 100644 --- a/examples/write_obj/Makefile.in +++ b/examples/write_obj/Makefile.in @@ -247,6 +247,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CPPFLAGS = -I$(top_srcdir) write_obj_SOURCES = write_obj.cpp +EXTRA_DIST = CMakeLists.txt all: all-am .SUFFIXES: diff --git a/examples/writer/Makefile.am b/examples/writer/Makefile.am index 19e519f..6329cab 100644 --- a/examples/writer/Makefile.am +++ b/examples/writer/Makefile.am @@ -1,3 +1,4 @@ AM_CPPFLAGS = -I$(top_srcdir) bin_PROGRAMS = writer writer_SOURCES = writer.cpp +EXTRA_DIST = CMakeLists.txt \ No newline at end of file diff --git a/examples/writer/Makefile.in b/examples/writer/Makefile.in index fa932f5..002d9f8 100644 --- a/examples/writer/Makefile.in +++ b/examples/writer/Makefile.in @@ -247,6 +247,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CPPFLAGS = -I$(top_srcdir) writer_SOURCES = writer.cpp +EXTRA_DIST = CMakeLists.txt all: all-am .SUFFIXES: