From d1d1f6f797f356a6c783cc89792bb7ce4774d2f0 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Tue, 24 May 2005 02:28:22 +0000 Subject: [PATCH] *** empty log message *** --- ase/stx/makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ase/stx/makefile.in b/ase/stx/makefile.in index 0c2146d9..3089ea9c 100644 --- a/ase/stx/makefile.in +++ b/ase/stx/makefile.in @@ -1,4 +1,5 @@ -SRCS = stx.c memory.c object.c symbol.c hash.c misc.c context.c +SRCS = stx.c memory.c object.c symbol.c class.c \ + hash.c misc.c context.c token.c parser.c bootstrp.c OBJS = $(SRCS:.c=.o) OUT = libxpstx.a