summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 489c99e..6fc0298 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -57,6 +57,14 @@ SOURCES += \
endif
+if WITH_LIBSDL2_TTF
+
+SOURCES += \
+ sdl2/bindings/ttf.scm \
+ sdl2/ttf.scm
+
+endif
+
EXTRA_DIST += \
pre-inst-env.in \
README \