X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fnative%2FMakefile.am;h=d418096db3d894e17a300d2e7686a86779d27f8e;hb=d125caee81c2e37c2879a23a1e469613228221b2;hp=cd81aefb49ee9ec422315bacd53fade651fc077f;hpb=c7907a6b96a614b49f4c0bb2060e04396f225062;p=cacao.git diff --git a/src/native/Makefile.am b/src/native/Makefile.am index cd81aefb4..d418096db 100644 --- a/src/native/Makefile.am +++ b/src/native/Makefile.am @@ -28,7 +28,7 @@ ## ## Changes: ## -## $Id: Makefile.am 6104 2006-12-02 14:54:27Z tbfg $ +## $Id: Makefile.am 6236 2006-12-26 23:21:41Z twisti $ ## Process this file with automake to produce Makefile.in @@ -64,9 +64,14 @@ endif noinst_LTLIBRARIES = libnative.la -libnative_la_SOURCES = \ +if ENABLE_JAVASE +JNI_SOURCES = \ jni.c \ - jni.h \ + jni.h +endif + +libnative_la_SOURCES = \ + $(JNI_SOURCES) \ native.c \ native.h