aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2013-05-27 09:29:00 +0200
committerThomas White <taw@bitwiz.org.uk>2013-05-27 09:29:00 +0200
commit8d46c23cb332f7f3b875bfa670fd2d1a5f0b21c1 (patch)
treeef0d6e3a872d18297e5f6056197782a7db3ff44e /Makefile.am
parent7e87483b2ff28d85830a48a949d06bd531aacfbd (diff)
Frame option processing
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 9171abb..f44b437 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,8 +38,10 @@ noinst_PROGRAMS = tests/render_test tests/render_test_sc1
TESTS = tests/render_test tests/render_test_sc1
tests_render_test_SOURCES = tests/render_test.c src/render.c src/frame.c \
- src/wrap.c src/storycode.c src/imagestore.c
+ src/wrap.c src/storycode.c src/imagestore.c \
+ src/stylesheet.c src/loadsave.c
tests_render_test_sc1_SOURCES = tests/render_test_sc1.c src/storycode.c \
src/render.c src/frame.c src/wrap.c \
- src/imagestore.c
+ src/imagestore.c src/stylesheet.c \
+ src/loadsave.c