Files
gvm/examples/native/Makefile.am
T
Matt T. Proud a1b2d926d6 Provide support for vendored native code workflow.
This commit introduces generated overlay filesystem support for
${PATH}, ${LD_LIBRARY_PATH}, and ${PKG_CONFIG_PATH} as well as
includes a working example of how to take advantage of this support
when integrating with vendored code.
2013-05-24 11:36:44 +02:00

6 lines
200 B
Makefile

lib_LTLIBRARIES = libnative.la
libnative_la_SOURCES = src/native.c
libnative_la_CFLAGS = -I$(srcdir)/include
libnative_la_LDFLAGS = -version-info 0:0:0
pkginclude_HEADERS = include/libnative/native.h