summaryrefslogtreecommitdiff
path: root/native/jni/native-lib/Makefile.am
blob: beab77e57326c9add1d1b755ea611f02a194b373 (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.h \
				cpproc.h \
				cpproc.c

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