diff --git a/examples/elfdump/Makefile.am b/examples/elfdump/Makefile.am index 817d36c..0dc5f13 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 CMakeLists.txt +EXTRA_DIST = CMakeLists.txt diff --git a/examples/elfdump/Makefile.in b/examples/elfdump/Makefile.in index 6c3b5f7..216da42 100644 --- a/examples/elfdump/Makefile.in +++ b/examples/elfdump/Makefile.in @@ -251,7 +251,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CPPFLAGS = -I$(top_srcdir) elfdump_SOURCES = elfdump.cpp -EXTRA_DIST = ELFDump.vcxproj CMakeLists.txt +EXTRA_DIST = CMakeLists.txt all: all-am .SUFFIXES: