aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-01-05 22:59:01 +0000
committerThomas White <taw@bitwiz.org.uk>2014-01-05 22:59:01 +0000
commita7fc324e125fbbdd062172bbf37777c9b8d1d97b (patch)
tree54f5b250bc7f4f9346941c92d310b7efa86fdeec /Makefile.am
parent90030e0d42f89a9c4e1137bf0b5f556bfe221dcb (diff)
Get rid of StyleSheet
This branch won't compile, for a while...
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 5ee59fe..11b29c5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,7 +12,7 @@ LDADD = $(top_builddir)/lib/libgnu.la @IGNORE_UNUSED_LIBRARIES_CFLAGS@ \
src_colloquium_SOURCES = src/colloquium.c src/render.c \
src/mainwindow.c src/presentation.c \
- src/stylesheet.c src/loadsave.c src/frame.c \
+ src/loadsave.c src/frame.c \
src/slideshow.c src/wrap.c src/storycode.c \
src/imagestore.c src/notes.c src/pr_clock.c \
src/inhibit_screensaver.c src/slide_sorter.c
@@ -20,7 +20,7 @@ src_colloquium_SOURCES = src/colloquium.c src/render.c \
INCLUDES = -Iharfatum/src
EXTRA_DIST += src/presentation.h src/render.h src/wrap.h \
- src/stylesheet.h src/loadsave.h src/slideshow.h src/storycode.h \
+ src/loadsave.h src/slideshow.h src/storycode.h \
src/imagestore.h src/notes.h src/pr_clock.h \
src/inhibit_screensaver.h src/slide_sorter.h
@@ -46,9 +46,9 @@ tests_storycode_test_SOURCES = tests/storycode_test.c src/storycode.c
tests_render_test_SOURCES = tests/render_test.c src/render.c src/frame.c \
src/wrap.c src/storycode.c src/imagestore.c \
- src/stylesheet.c src/loadsave.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/stylesheet.c \
+ src/imagestore.c \
src/loadsave.c