Updated interpreters
[projects/chimara/chimara.git] / interpreters / frotz / Makefile.am
index f72505c53c4e01ccc9d436f942dd8a659f1f9cc9..fdecc89e04ce59d310081152b6bb8106e40d3801 100644 (file)
@@ -1,7 +1,7 @@
 pkglib_LTLIBRARIES = frotz.la
 frotz_la_SOURCES = buffer.c err.c fastmem.c files.c input.c main.c math.c \
        object.c process.c quetzal.c random.c redirect.c sound.c stream.c table.c \
-       text.c variable.c glkscreen.c glkmisc.c frotz.h glkfrotz.h glkio.h setup.h
+       text.c variable.c glkscreen.c glkmisc.c frotz.h glkfrotz.h glkio.h
 frotz_la_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/libchimara
 
 if TARGET_ILIAD