Ignore:
Timestamp:
2007-01-19T14:42:31+13:00 (17 years ago)
Author:
kjdon
Message:

made the unac directory a variable

File:
1 edited

Legend:

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

    r13629 r13696  
    1111transform = @program_transform_name@
    1212
     13UNAC_DIR=@UNAC_DIR@
    1314
    1415ENABLE_ACCENTFOLD = @ENABLE_ACCENTFOLD@
    1516ifeq ($(ENABLE_ACCENTFOLD), 1)
    16 AFLIBS = ../packages/unac/libunac.a
    17 AFINCLUDES = -I../packages/unac
     17AFLIBS = $(UNAC_DIR)/libunac.a
     18AFINCLUDES = -I$(UNAC_DIR)
    1819else
    1920AFLIBS =
Note: See TracChangeset for help on using the changeset viewer.