ELFIO/examples/c_interop/Makefile.am
2020-10-10 09:09:08 +03:00

5 lines
171 B
Makefile

AM_CPPFLAGS = -I$(top_srcdir)
bin_PROGRAMS = c_example
c_example_SOURCES = c_example.c elfio_c_interop.cpp
EXTRA_DIST = elfio_c_interop.h CMakeLists.txt