Ignore:
Timestamp:
2004-10-04T12:53:58+13:00 (20 years ago)
Author:
kjdon
Message:

added in to the link command

File:
1 edited

Legend:

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

    r7410 r8208  
    4848
    4949link:
    50     $(CC) -shared -o libmgjni.so MGWrapperImpl.o $(QUERY_LIBS)
    51     $(CC) -shared -o libmgpassjni.so  MGPassesWrapperImpl.o  $(PASSES_LIBS)
     50    $(CC) $(LDFLAGS) -shared -o libmgjni.so MGWrapperImpl.o $(QUERY_LIBS)
     51    $(CC) $(LDFLAGS) -shared -o libmgpassjni.so  MGPassesWrapperImpl.o  $(PASSES_LIBS)
    5252
    5353clean:
Note: See TracChangeset for help on using the changeset viewer.