aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/native/jni/classpath/Makefile.am
blob: 5436c42beecde9b4db022635e065b87689902baf (plain)
1
2
3
4
5
6
7
8
9
10
11
# Header needed for jawt implementations such as the one found in ../gtk-peer.
EXTRA_DIST = classpath_jawt.h

noinst_LTLIBRARIES = libclasspath.la

libclasspath_la_SOURCES = jcl.c jcl.h \
			  jnilink.c jnilink.h

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