Ignore:
Timestamp:
2008-12-17T14:32:32+13:00 (15 years ago)
Author:
mdewsnip
Message:

GRRRR -- fixed up a whole lot more inconsistencies in the Makefiles. These were all perfect before the build-src/common-src/runtime-src split!!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/common-src/src/gdbmedit/gdbmset/Makefile.in

    r18029 r18224  
    11###########################################################################
    22#
    3 # Makefile -- src/gdbmedit/gdbmset
     3# Makefile -- common-src/src/gdbmedit/gdbmset
    44# A component of the Greenstone digital library software
    55# from the New Zealand Digital Library Project at the
     
    2727GSDL_DIR = ../../../..
    2828COMMON_DIR = $(GSDL_DIR)/common-src
    29 GDBM_DIR = $(COMMON_DIR)/packages/gdbm
     29
     30COMMON_PACKAGES_DIR = $(COMMON_DIR)/packages
     31
    3032
    3133CXX = @CXX@
     
    3335DEFS = @DEFS@
    3436GSDLOS = @gsdlos@
    35 INCLUDES = -I$(GDBM_DIR)/include -I$(COMMON_DIR)/src/lib
     37INCLUDES = -I$(COMMON_PACKAGES_DIR)/gdbm/include -I$(COMMON_DIR)/src/lib
    3638INSTALL = @INSTALL@
    3739LDFLAGS = @LDFLAGS@ @COMPAT32BITFLAGS@
    38 LIBS = @LIBS@ $(GDBM_DIR)/lib/libgdbm.a
     40LIBS = @LIBS@ $(COMMON_PACKAGES_DIR)/gdbm/lib/libgdbm.a
    3941
    4042
Note: See TracChangeset for help on using the changeset viewer.