Ignore:
Timestamp:
2010-01-29T16:08:24+13:00 (14 years ago)
Author:
mdewsnip
Message:

Added Windows makefiles for runtime-src and runtime-src/src/colservr directories. Also added expat include path to runtime-src/src/colservr/Makefile.am if Lucene is enabled.

Location:
main/trunk/gs2-core/runtime-src/src/colservr
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gs2-core/runtime-src/src/colservr/Makefile.am

    r21478 r21692  
    6161    sqlbrowsefilter.cpp
    6262
     63# Option: Lucene support
     64if ENABLE_LUCENE
     65  libgsdlcolservr_a_CPPFLAGS += -I$(GSDL_DIR)/common-src/packages/expat/include
     66endif
     67
    6368# Option: SQLite support
    6469if USE_SQLITE
  • main/trunk/gs2-core/runtime-src/src/colservr/Makefile.in

    r21534 r21692  
    6464host_triplet = @host@
    6565
     66# Option: Lucene support
     67@ENABLE_LUCENE_TRUE@am__append_1 = -I$(GSDL_DIR)/common-src/packages/expat/include
     68
    6669# Option: SQLite support
    67 @USE_SQLITE_TRUE@am__append_1 = -I$(GSDL_DIR)/common-src/packages/sqlite/include
     70@USE_SQLITE_TRUE@am__append_2 = -I$(GSDL_DIR)/common-src/packages/sqlite/include
    6871subdir = src/colservr
    6972DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
     
    213216# Do NOT add the "recpt" directory here: the colserver should be independent of the receptionist!
    214217libgsdlcolservr_a_CPPFLAGS = -I$(GSDL_DIR)/common-src/src/lib \
    215     $(COMPAT32BITFLAGS) $(am__append_1)
     218    $(COMPAT32BITFLAGS) $(am__append_1) $(am__append_2)
    216219
    217220# Sources for libgsdlcolservr.a
Note: See TracChangeset for help on using the changeset viewer.