diff options
author | Thomas White <taw@bitwiz.org.uk> | 2013-01-29 00:03:11 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2013-01-29 00:03:11 +0100 |
commit | a1f6a1a06287421ddee2a1e68f88f52fd6e161dd (patch) | |
tree | fd9dd7e0d660a0370c94e62e41ff9f278afa4726 /Makefile.am | |
parent | bb1735dcec49bb73ffb67af87cf5f7f8919af8b5 (diff) |
Plug slideshow back in
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 369f443..980e5fe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,12 +12,13 @@ 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/stylesheet.c src/loadsave.c src/frame.c \ + src/slideshow.c INCLUDES = -Ilibstorycode/src -Iharfatum/src EXTRA_DIST += src/presentation.h src/render.h \ - src/stylesheet.h src/loadsave.h + src/stylesheet.h src/loadsave.h src/slideshow.h colloquiumdir = $(datadir)/colloquium colloquium_DATA = data/colloquium.ui |