Add header file to the distribution

This commit is contained in:
Serge Lamikhov-Center 2020-10-10 09:09:08 +03:00
parent 5b448b7e1c
commit 7366fce91f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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