mirror of
https://github.com/serge1/ELFIO.git
synced 2024-11-02 11:27:03 +00:00
Add header file to the distribution
This commit is contained in:
parent
5b448b7e1c
commit
7366fce91f
@ -1,4 +1,4 @@
|
|||||||
AM_CPPFLAGS = -I$(top_srcdir)
|
AM_CPPFLAGS = -I$(top_srcdir)
|
||||||
bin_PROGRAMS = c_example
|
bin_PROGRAMS = c_example
|
||||||
c_example_SOURCES = c_example.c elfio_c_interop.cpp
|
c_example_SOURCES = c_example.c elfio_c_interop.cpp
|
||||||
EXTRA_DIST = CMakeLists.txt
|
EXTRA_DIST = elfio_c_interop.h CMakeLists.txt
|
||||||
|
@ -264,7 +264,7 @@ top_builddir = @top_builddir@
|
|||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)
|
AM_CPPFLAGS = -I$(top_srcdir)
|
||||||
c_example_SOURCES = c_example.c elfio_c_interop.cpp
|
c_example_SOURCES = c_example.c elfio_c_interop.cpp
|
||||||
EXTRA_DIST = CMakeLists.txt
|
EXTRA_DIST = elfio_c_interop.h CMakeLists.txt
|
||||||
all: all-am
|
all: all-am
|
||||||
|
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
|
Loading…
Reference in New Issue
Block a user