Ignore:
Timestamp:
2005-11-17T15:30:33+13:00 (18 years ago)
Author:
kjdon
Message:

removed java_home/include/linux from include path in makefile, made the configure script include this in JNIINC for linux, and use JAVA_HOME/include/solaris for solaris machines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/packages/javagdbm/jni/Makefile.in

    r10895 r10917  
    2323
    2424CC=@CC@
    25 JDK=@JAVA_HOME@
    26 INC=-I. -I$(JDK)/include -I$(JDK)/include/linux @GDBM_INCLUDE@
    2725CFLAGS=-c @CFLAGS@ $(INC) -DWRAPPER_VERSION=\"$(WRAPPER_VERSION)\"
    2826#PKG=@PKG@
     
    3331JNISUFFIX=@JNISUFFIX@
    3432JNIINC=@JNIINC@
     33INC=-I. -I$(JAVA_HOME)/include @GDBM_INCLUDE@ @JNIINC@
     34
    3535
    3636# TODO: Build versioned shared libraries?
Note: See TracChangeset for help on using the changeset viewer.