You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
|