From f6474ee571938596ac4f45c9ce68569b6a8adbe3 Mon Sep 17 00:00:00 2001 From: Matt Schulte Date: Sun, 1 Nov 2020 19:38:03 -0800 Subject: [PATCH] Fix build break from removal of VS files --- examples/elfdump/Makefile.am | 2 +- examples/elfdump/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: