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.

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.