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.
6 lines
200 B
Makefile
6 lines
200 B
Makefile
11 years ago
|
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
|