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/text/Makefile.in

    r13629 r13696  
    2525VERSION = @VERSION@
    2626
     27UNAC_DIR = @UNAC_DIR@
     28
    2729ENABLE_ACCENTFOLD = @ENABLE_ACCENTFOLD@
    2830ifeq ($(ENABLE_ACCENTFOLD), 1)
    29 AFLIBS = ../packages/unac/libunac.a
    30 AFINCLUDES = -I../packages/unac
     31AFLIBS = $(UNAC_DIR)/libunac.a
     32AFINCLUDES = -I$(UNAC_DIR)
    3133AFFLAGS = -DENABLE_ACCENTFOLD
    3234else
Note: See TracChangeset for help on using the changeset viewer.