aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/native/jni/classpath/Makefile.am
blob: d996df63640e809462d4ec09e8691e58be52b271 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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 \
			  native_state.c native_state.h

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