Changeset 12926


Ignore:
Timestamp:
2006-09-29T10:50:20+12:00 (18 years ago)
Author:
kjdon
Message:

added in accentfolding stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/Makefile.in

    r12518 r12926  
    3939endif
    4040
     41ENABLE_ACCENTFOLD = @ENABLE_ACCENTFOLD@
     42ifeq ($(ENABLE_ACCENTFOLD), 1)
     43AFLIBS = ../../packages/unac/libunac.a
     44AFFLAGS = -DENABLE_ACCENTFOLD
     45else
     46AFLIBS =
     47AFFLAGS =
     48endif
     49
    4150AR = ar
    4251CC = @CC@
    4352CXX = @CXX@
    4453
    45 CXXFLAGS = $(Z_CFLAGS) $(CORBA_CFLAGS) @CXXFLAGS@
     54CXXFLAGS = $(Z_CFLAGS) $(CORBA_CFLAGS) $(AFFLAGS) @CXXFLAGS@
    4655
    4756# YAZ kit for z39.50
     
    93102LDFLAGS = @LDFLAGS@
    94103GDBM_LIBS=@GDBM_LIBPATH@ -lgdbm
    95 LIBS = $(GDBM_LIBS) $(LC_LIBS) @LIBS@
     104LIBS = $(GDBM_LIBS) $(LC_LIBS) $(AFLIBS) @LIBS@
    96105GSDLOS = @gsdlos@
    97106INSTALL = @INSTALL@
Note: See TracChangeset for help on using the changeset viewer.