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