summaryrefslogtreecommitdiff
path: root/native/jni/native-lib/Makefile.am
blob: c34c83750c780918bda5442038222d69de896feb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
noinst_LTLIBRARIES = libclasspathnative.la
libclasspathnative_la_SOURCES = cpnet.c \
				cpnet.h \
				cpio.c \
				cpio.h \
				cpnative.c \
				cpnative.h \
				cpmath.h

AM_LDFLAGS = @CLASSPATH_MODULE@
AM_CPPFLAGS = @CLASSPATH_INCLUDES@
AM_CFLAGS = @WARNING_CFLAGS@ @STRICT_WARNING_CFLAGS@ @ERROR_CFLAGS@