summaryrefslogtreecommitdiff
path: root/native/fdlibm
diff options
context:
space:
mode:
authorMichael Koch <konqueror@gmx.de>2004-05-21 07:25:39 +0000
committerMichael Koch <konqueror@gmx.de>2004-05-21 07:25:39 +0000
commitf95a098686627f978b8409419518e0dbd10b3622 (patch)
treeb8ebdfa586c538c993871238f0c6cc9addac55fc /native/fdlibm
parentcb31b41f9698c998acd65b61050bc374d74b3fec (diff)
downloadclasspath-f95a098686627f978b8409419518e0dbd10b3622.tar.gz
2004-05-21 Michael Koch <konqueror@gmx.de>
* acinclude.m4 (CLASSPATH_WITH_INCLUDEDIR): Removed. * configure.ac (EXTRA_INCLUDES): Removed. (AM_CPPFLAGS): New variable to store needed includes. * native/fdlibm/Makefile.am (INCLUDES): Removed. * native/jni/classpath/Makefile.am (INCLUDES): Removed. * native/jni/gtk-peer/Makefile.am: Use libgtkpeer_la_CPPFLAGS instead of INCLUDES. * native/jni/java-awt/Makefile.am (INCLUDES): Removed. * native/jni/java-io/Makefile.am (INCLUDES): Removed. * native/jni/java-lang/Makefile.am: Use libjavalang_la_CFLAGS and libjavalangreflect_la_CFLAGS instead of INCLUDES. * native/jni/java-net/Makefile.am (INCLUDES): Removed. * native/jni/java-nio/Makefile.am (INCLUDES): Removed. * native/jni/java-util/Makefile.am (INCLUDES): Removed.
Diffstat (limited to 'native/fdlibm')
-rw-r--r--native/fdlibm/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/native/fdlibm/Makefile.am b/native/fdlibm/Makefile.am
index 60e30e3ef..d367d6c31 100644
--- a/native/fdlibm/Makefile.am
+++ b/native/fdlibm/Makefile.am
@@ -51,6 +51,3 @@ libfdlibm_la_LDFLAGS = @CLASSPATH_MODULE@
# and our normal -ansi -pedantic -Wall -Werror breaks this lib.
AM_CFLAGS =
-INCLUDES = @EXTRA_INCLUDES@ \
- -I$(top_builddir)/include
-