From 7bfa90b3f23de3669df2a8427449e8c37b5657fc Mon Sep 17 00:00:00 2001 From: Marijn van Vliet Date: Sun, 16 Sep 2012 01:03:37 +0200 Subject: [PATCH] Make sound/graphics work in Nitfol. --- interpreters/nitfol/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/interpreters/nitfol/Makefile.am b/interpreters/nitfol/Makefile.am index a54d42a..1e721b1 100644 --- a/interpreters/nitfol/Makefile.am +++ b/interpreters/nitfol/Makefile.am @@ -1,9 +1,9 @@ -GRAPHICS = no_graph.c no_graph.h -# GRAPHICS = graphics.c graphics.h +#GRAPHICS = no_graph.c no_graph.h +GRAPHICS = graphics.c graphics.h BLORB = blorb.c # BLORB = no_blorb.c -SOUND = no_snd.c no_snd.h -# SOUND = sound.c sound.h +# SOUND = no_snd.c no_snd.h +SOUND = sound.c sound.h dist_noinst_SCRIPTS = copying.awk opt2glkc.pl y2help.pl -- 2.30.2