From: Marijn van Vliet Date: Sat, 15 Sep 2012 23:03:37 +0000 (+0200) Subject: Make sound/graphics work in Nitfol. X-Git-Tag: v0.9~10 X-Git-Url: https://git.stderr.nl/gitweb?p=projects%2Fchimara%2Fchimara.git;a=commitdiff_plain;h=7bfa90b3f23de3669df2a8427449e8c37b5657fc Make sound/graphics work in Nitfol. --- 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