*** cyradm/Makefile.in.orig Tue Jun 9 06:30:40 1998 --- cyradm/Makefile.in Wed Aug 26 11:35:46 1998 *************** *** 33,41 **** RANLIB = @RANLIB@ DEFS = @DEFS@ @TCL_DEFS@ ! CPPFLAGS = -I. -I$(srcdir) -I$(srcdir)/../lib -I$(srcdir)/../et @CPPFLAGS@ @TCL_CPPFLAGS@ ! # lazy approach to linking: just do it a lot ! LIBS = @TCL_LIBS@ @LIBS@ @TCL_LIBS@ @LIBS@ DEPLIBS = ../lib/libcyrus.a @DEPLIBS@ CFLAGS = @CFLAGS@ --- 33,40 ---- RANLIB = @RANLIB@ DEFS = @DEFS@ @TCL_DEFS@ ! CPPFLAGS = -I. -I$(srcdir) -I$(srcdir)/../lib -I$(srcdir)/../et -I$(prefix)/include/tcl8.0 @CPPFLAGS@ ! LIBS = @LIBS@ -L/usr/local/lib -ltcl80 -lm DEPLIBS = ../lib/libcyrus.a @DEPLIBS@ CFLAGS = @CFLAGS@