Changeset 3373 for trunk/indexers/mgpp


Ignore:
Timestamp:
2002-08-21T11:19:59+12:00 (22 years ago)
Author:
kjdon
Message:

the order of teh two mgpp libraries is important!!

File:
1 edited

Legend:

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

    r3372 r3373  
    2222INSTALL_PROGRAM = @INSTALL_PROGRAM@
    2323LDFLAGS = @LDFLAGS@
    24 LIBS = ../lib/libmgpplib.a ../text/libmgpptext.a -lstdc++ @LIBS@
     24#NOTE: libmgpptext.a needs to come before libmgpplib.a !!!
     25LIBS = ../text/libmgpptext.a ../lib/libmgpplib.a -lstdc++ @LIBS@
    2526TOUCH = echo timestamp >
    2627AWK = @AWK@
     
    5960    cp libmgppjni.so  $(libdir)/;
    6061
     62
     63
Note: See TracChangeset for help on using the changeset viewer.