Changeset 985


Ignore:
Timestamp:
2000-02-29T11:47:00+13:00 (24 years ago)
Author:
sjboddie
Message:

modified configuration slightly

Location:
trunk/gsdl/src
Files:
4 edited

Legend:

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

    r742 r985  
    4343RANLIB = @RANLIB@
    4444LDFLAGS = @LDFLAGS@
    45 LIBS = -lgdbm -lstdc++ -lm
     45#LIBS = -lgdbm -lstdc++ -lm
     46LIBS = @LIBS@
    4647
    4748GSDLOS = @gsdlos@
  • trunk/gsdl/src/db2txt/Makefile.in

    r578 r985  
    3636LDFLAGS =
    3737DPLIBS =
    38 LIBS = -lstdc++ -lgdbm
     38#LIBS = -lstdc++ -lgdbm
     39LIBS = @LIBS@
    3940GSDLOS = @gsdlos@
    4041
  • trunk/gsdl/src/recpt/Makefile.in

    r974 r985  
    4343RANLIB = @RANLIB@
    4444LDFLAGS = @LDFLAGS@
    45 LIBS = -lgdbm -lstdc++ -lm #-lcrypt
     45#LIBS = -lgdbm -lstdc++ -lm #-lcrypt
     46LIBS = @LIBS@
    4647
    4748GSDLOS = @gsdlos@
  • trunk/gsdl/src/txt2db/Makefile.in

    r580 r985  
    3535LDFLAGS = @LDFLAGS@
    3636DPLIBS = ../../lib/gsdllib.a ../../packages/mg/lib/unitool.o
    37 LIBS = ../../lib/gsdllib.a ../../packages/mg/lib/unitool.o -lstdc++ -lgdbm
     37#LIBS = ../../lib/gsdllib.a ../../packages/mg/lib/unitool.o -lstdc++ -lgdbm
     38LIBS = ../../lib/gsdllib.a ../../packages/mg/lib/unitool.o @LIBS@
    3839GSDLOS = @gsdlos@
    3940
Note: See TracChangeset for help on using the changeset viewer.