From 6089f00259cd80cace1b567b32344d3e8c8f616c Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 7 Apr 2020 16:57:20 -0400 Subject: Automagically detect SDL2_image, SDL2_ttf, SDL2_mixer library directories. --- Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a3439f4..ecf18a2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -56,7 +56,7 @@ SOURCES = \ sdl2/input/mouse.scm \ sdl2/input/text.scm -if WITH_LIBSDL2_IMAGE +if HAVE_SDL2_IMAGE SOURCES += \ sdl2/bindings/image.scm \ @@ -64,7 +64,7 @@ SOURCES += \ endif -if WITH_LIBSDL2_TTF +if HAVE_SDL2_TTF SOURCES += \ sdl2/bindings/ttf.scm \ @@ -72,7 +72,7 @@ SOURCES += \ endif -if WITH_LIBSDL2_MIXER +if HAVE_SDL2_MIXER SOURCES += \ sdl2/bindings/mixer.scm \ @@ -90,7 +90,7 @@ doc_guile_sdl2_TEXINFOS = \ AM_MAKEINFOHTMLFLAGS = --css-ref=https://dthompson.us/css/dthompson.css \ --css-include=doc/manual.css -dvi: # Don't build dvi docs +#dvi: # Don't build dvi docs EXTRA_DIST += \ pre-inst-env.in \ -- cgit v1.2.3