--- embedtools/src/Makefile.in 2014/01/28 08:07:47 1.4.2.10 +++ embedtools/src/Makefile.in 2014/01/28 08:57:43 1.4.2.12 @@ -3,7 +3,7 @@ # by Michael Pounov # # $Author: misho $ -# $Id: Makefile.in,v 1.4.2.10 2014/01/28 08:07:47 misho Exp $ +# $Id: Makefile.in,v 1.4.2.12 2014/01/28 08:57:43 misho Exp $ # prefix = @prefix@ @@ -84,8 +84,8 @@ XMLER_SRCS = xmler.c XMLER_OBJS = xmler.o compile.o XMLER_PROG = xmler -UBE_SRCS = ube.c -UBE_OBJS = ube.o compiler.o +UBE_SRCS = ube.c ub_env.c +UBE_OBJS = ube.o compile.o ub_env.o UBE_PROG = ube WDOG_SRCS = wdog.c