mirror of
https://github.com/serge1/ELFIO.git
synced 2024-11-02 11:27:03 +00:00
Fix build break from removal of VS files
This commit is contained in:
parent
a086880bc0
commit
f6474ee571
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user