Ignore:
Timestamp:
2008-06-09T12:58:10+12:00 (16 years ago)
Author:
mdewsnip
Message:

Moving "lib" directory into "src", to keep all the source code together. Not tested yet.

Location:
gsdl/trunk/src/protocol
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/src/protocol/Makefile.in

    r15580 r15907  
    3636DEFS = @DEFS@ -DNZDL -DQUIET -DSHORT_SUFFIX -DPARADOCNUM -DGSDLSERVER
    3737# Do NOT add the "recpt" directory here: the protocol should be independent of the receptionist!
    38 INCLUDES = @GDBM_INCLUDE@ -I. -I$(GSDL_DIR) -I$(GSDL_DIR)/lib -I$(COLSERVR_DIR) -I$(INDEXERS_DIR)/mgpp/text
     38INCLUDES = @GDBM_INCLUDE@ -I. -I$(GSDL_DIR) -I$(GSDL_DIR)/src/lib -I$(COLSERVR_DIR) -I$(INDEXERS_DIR)/mgpp/text
    3939RANLIB = @RANLIB@
    4040
  • gsdl/trunk/src/protocol/win32.mak

    r15789 r15907  
    5555DEFS = -D__WIN32__ -DHAVE_CONFIG_H -DPARADOCNUM -D_LITTLE_ENDIAN -DSHORT_SUFFIX -D_CRT_SECURE_NO_DEPRECATE
    5656# Do NOT add the "recpt" directory here: the protocol should be independent of the receptionist!
    57 INCLUDES = -I"$(GSDL_DIR)" -I"$(GSDL_DIR)\lib" -I"$(COLSERVR_DIR)" -I"$(INDEXERS_DIR)\mgpp\text" \
     57INCLUDES = -I"$(GSDL_DIR)" -I"$(GSDL_DIR)\src\lib" -I"$(COLSERVR_DIR)" -I"$(INDEXERS_DIR)\mgpp\text" \
    5858     -I"$(PACKAGES_DIR)\windows\gdbm\gdbm"
    5959
Note: See TracChangeset for help on using the changeset viewer.