Ignore:
Timestamp:
2002-08-21T09:35:17+12:00 (22 years ago)
Author:
kjdon
Message:

changed library names

File:
1 edited

Legend:

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

    r3365 r3372  
    2222INSTALL_PROGRAM = @INSTALL_PROGRAM@
    2323LDFLAGS = @LDFLAGS@
    24 LIBS = ../lib/libmg.a ../text/libtextin.a -lstdc++ @LIBS@
     24LIBS = ../lib/libmgpplib.a ../text/libmgpptext.a -lstdc++ @LIBS@
    2525TOUCH = echo timestamp >
    2626AWK = @AWK@
     
    5656
    5757install:
    58     cp libmgppjni.so  $(libdir)/
     58    ../mkinstalldirs $(libdir); \
     59    cp libmgppjni.so  $(libdir)/;
    5960
Note: See TracChangeset for help on using the changeset viewer.