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

Modified Makefile.in files to use the new GDBM package in the common-src/packages/gdbm directory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/src/recpt/Makefile.in

    r18025 r18030  
    8686INSTALL = @INSTALL@
    8787LDFLAGS = @LDFLAGS@ @COMPAT32BITFLAGS@
    88 LIBS = @LIBS@ @GDBM_LIBPATH@ -lgdbm -L$(COMMON_PACKAGES_DIR)/expat/lib -lexpat $(ACCENTFOLD_LIBS) \
     88LIBS = @LIBS@ $(COMMON_PACKAGES_DIR)/gdbm/lib/libgdbm.a -L$(COMMON_PACKAGES_DIR)/expat/lib -lexpat $(ACCENTFOLD_LIBS) \
    8989    $(FASTCGI_LIBS) $(SQLITE_LIBS) $(Z3950_LIBS)
    9090RANLIB = @RANLIB@
Note: See TracChangeset for help on using the changeset viewer.