Ignore:
Timestamp:
2008-12-17T14:35:34+13:00 (15 years ago)
Author:
mdewsnip
Message:

Another consistency fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/src/z3950/Makefile.in

    r18174 r18225  
    11###########################################################################
    22#
    3 # Makefile -- src/z3950
     3# Makefile -- runtime-src/src/z3950
    44# A component of the Greenstone digital library software
    55# from the New Zealand Digital Library Project at the
     
    6565INSTALL = @INSTALL@
    6666LDFLAGS = @LDFLAGS@
    67 LIBS = @LIBS@ $(COMMON_PACKAGES_DIR)/gdbm/lib/libgdbm.a -L$(PACKAGES_DIR)/expat/lib -lexpat $(ACCENTFOLD_LIBS) $(SQLITE_LIBS) \
     67LIBS = @LIBS@ $(COMMON_PACKAGES_DIR)/gdbm/lib/libgdbm.a -L$(COMMON_PACKAGES_DIR)/expat/lib -lexpat \
     68    $(ACCENTFOLD_LIBS) $(SQLITE_LIBS) \
    6869    $(PACKAGES_DIR)/yaz/lib/libyaz.a $(PACKAGES_DIR)/d2m/libd2m.a -lxml2
    6970RANLIB = @RANLIB@
Note: See TracChangeset for help on using the changeset viewer.