Index: xotcl/library/store/XOTclSdbm/Makefile =================================================================== diff -u -r638782f84b31e4ebfd00529381e280c70f9950bc -r464284f53643031115e4da0204025a733675ad60 --- xotcl/library/store/XOTclSdbm/Makefile (.../Makefile) (revision 638782f84b31e4ebfd00529381e280c70f9950bc) +++ xotcl/library/store/XOTclSdbm/Makefile (.../Makefile) (revision 464284f53643031115e4da0204025a733675ad60) @@ -12,7 +12,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: Makefile,v 1.14 2004/08/17 10:12:55 neumann Exp $ +# RCS: @(#) $Id: Makefile,v 1.15 2004/08/19 09:57:50 neumann Exp $ #======================================================================== # Add additional lines to handle any additional AC_SUBST cases that @@ -135,7 +135,7 @@ TCLSH = $(TCLSH_ENV) $(TCLSH_PROG) SHARED_BUILD = 1 -INCLUDES = -I/home/neumann/xotcl-1.3.0/generic -I"/usr/include" +INCLUDES = -I./generic -I"/usr/include" EXTRA_CFLAGS = @@ -150,7 +150,7 @@ CONFIG_CLEAN_FILES = Makefile CPPFLAGS = -LIBS = -L/home/neumann/xotcl-1.3.0 -lxotclstub1.3.0 +LIBS = -L/home/neumann/xotcl-1.3.1 -lxotclstub1.3.1 AR = ar CFLAGS = ${CFLAGS_DEFAULT} ${CFLAGS_WARNING} ${SHLIB_CFLAGS} COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)