Ignore:
Timestamp:
2010-05-12T20:33:31+12:00 (14 years ago)
Author:
ak19
Message:
  1. Missing conditional LIBS or INCLUDES or DIR declaration for when USE_GDBM is switched on. Previously it used to always put these in the includes/libs, not it only does so on USE_GDBM.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/src/recpt/Makefile.in

    r22058 r22078  
    8585GDBM_DEFINES = -DUSE_GDBM
    8686GDBM_INCLUDES = -I$(COMMON_PACKAGES_DIR)/gdbm/include
     87GDBM_LIBS = $(COMMON_PACKAGES_DIR)/gdbm/lib/libgdbm.a
    8788else
    8889GDBM_DEFINES =
    8990GDBM_INCLUDES =
     91GDBM_LIBS =
    9092endif
    9193
     
    155157INSTALL = @INSTALL@
    156158LDFLAGS = @LDFLAGS@ @COMPAT32BITFLAGS@
    157 LIBS = @LIBS@ $(COMMON_PACKAGES_DIR)/gdbm/lib/libgdbm.a \
     159LIBS = @LIBS@ $(GDBM_LIBS) \
    158160    $(COMMON_PACKAGES_DIR)/expat/lib/libexpat.a \
    159161    $(ACCENTFOLD_LIBS) $(FASTCGI_LIBS) $(SQLITE_LIBS) $(Z3950_LIBS)
Note: See TracChangeset for help on using the changeset viewer.