Ignore:
Timestamp:
May 20, 2010, 2:13:17 PM (14 years ago)
Author:
braffert
Message:

Last fix for building java bindings. Also added license info and more comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lang/java/Makefile.in

    r1724 r1727  
    3939RM              = rm -f
    4040
    41 INCLUDES = $(JAVA_INCLUDES) -I $(includedir) -I .
    42 LIBS = -L $(LIB_SEARCH_DIRS) -lrappture
     41INCLUDES = $(JAVA_INCLUDES) -I $(srcdir)/../../src/core -I .
     42LIBS = -L ../../src/core -lrappture
    4343
    44 CXX_O_SWITCHES = -fpic -c $(INCLUDES) $(LIBS)
     44CXX_O_SWITCHES = -fpic -c $(INCLUDES)
    4545
    46 CXX_SO_SWITCHES = --shared $(LIBS)
     46CXX_SO_SWITCHES = --shared $(INCLUDES) $(LIBS)
    4747
    4848OBJS    = \
Note: See TracChangeset for help on using the changeset viewer.