mirror of
https://github.com/serge1/ELFIO.git
synced 2025-04-16 05:42:31 +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)
|
AM_CPPFLAGS = -I$(top_srcdir)
|
||||||
bin_PROGRAMS = elfdump
|
bin_PROGRAMS = elfdump
|
||||||
elfdump_SOURCES = elfdump.cpp
|
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@
|
top_srcdir = @top_srcdir@
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)
|
AM_CPPFLAGS = -I$(top_srcdir)
|
||||||
elfdump_SOURCES = elfdump.cpp
|
elfdump_SOURCES = elfdump.cpp
|
||||||
EXTRA_DIST = ELFDump.vcxproj CMakeLists.txt
|
EXTRA_DIST = CMakeLists.txt
|
||||||
all: all-am
|
all: all-am
|
||||||
|
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user