Ignore:
Timestamp:
2010-05-12T20:37:02+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/common-src/packages/Makefile.in

    r22058 r22079  
    2828ifeq ($(USE_GDBM), 1)
    2929GDBM_DEFINES = -DUSE_GDBM
     30GDBM_DIR = gdbm
    3031else
    3132GDBM_DEFINES =
     33GDBM_DIR =
    3234endif
    3335
     
    5759# CLEANDIRS is COMPILEDIRS and iconv and expat. Iconv and expat get compiled
    5860# up during the configure stage itself.
    59 COMPILEDIRS =   gdbm $(SQLITE_DIR) $(JDBM_DIR) search4j
     61COMPILEDIRS =   $(GDBM_DIR) $(SQLITE_DIR) $(JDBM_DIR) search4j
    6062CLEANDIRS = iconv expat $(COMPILEDIRS)
    6163
Note: See TracChangeset for help on using the changeset viewer.