Fix build break from removal of VS files

This commit is contained in:
Matt Schulte 2020-11-01 19:38:03 -08:00 committed by Serge Lamikhov-Center
parent a086880bc0
commit f6474ee571
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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: