Ignore:
Timestamp:
2009-12-09T21:42:36+13:00 (14 years ago)
Author:
ak19
Message:

Changes to makefiles, configure files, and source code to work with the new configure flags that allow indexers to be individually compiled up by setting each indexer to be enabled or disabled (enable-mg, enable-mgpp, enable-lucene).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/common-src/src/lib/Makefile.in

    r19966 r21325  
    4848CXXFLAGS = @CXXFLAGS@ @COMPAT32BITFLAGS@
    4949DEFS = @DEFS@
    50 INCLUDES = -I. -I$(COMMON_DIR) -I$(COMMON_PACKAGES_DIR)/gdbm/include -I$(INDEXERS_DIR)/mg/lib $(SQLITE_INCLUDES)
     50INCLUDES = -I. -I$(COMMON_DIR) -I$(COMMON_PACKAGES_DIR)/gdbm/include $(SQLITE_INCLUDES)
    5151RANLIB = @RANLIB@
    5252
     
    7878    phrases.cpp \
    7979    text_t.cpp \
     80    unitool.cpp \
    8081    $(SQLITE_SOURCES)
    8182
     
    9798    phrases.o \
    9899    text_t.o \
     100    unitool.o \
    99101    $(SQLITE_OBJECTS)
    100102
Note: See TracChangeset for help on using the changeset viewer.