mirror of
https://github.com/serge1/ELFIO.git
synced 2024-11-02 11:27:03 +00:00
5 lines
171 B
Makefile
5 lines
171 B
Makefile
|
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
|