Changeset 3829 for trunk/indexers/mgpp


Ignore:
Timestamp:
2003-03-10T15:24:14+13:00 (21 years ago)
Author:
mdewsnip
Message:

Uses $(JAVA_HOME) instead of hard-wired path.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/indexers/mgpp/jni/Makefile.in

    r3373 r3829  
    4141
    4242
    43 INCLUDES = -I.. -I../lib -I../text -I/usr/local/share/j2sdk1.4.0/include -I/usr/local/share/j2sdk1.4.0/include/linux
     43INCLUDES = -I.. -I../lib -I../text -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux
    4444
    4545all: compile link
Note: See TracChangeset for help on using the changeset viewer.