ELFIO/examples/c_wrapper/Makefile.am

5 lines
171 B
Makefile
Raw Normal View History

2020-10-11 07:08:49 +00:00
AM_CPPFLAGS = -I$(top_srcdir)
bin_PROGRAMS = c_example
c_example_SOURCES = c_example.c elfio_c_wrapper.cpp
EXTRA_DIST = elfio_c_wrapper.h CMakeLists.txt