From a91aa0a9e947831f618e4c5e608c56742273d8b9 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 17 Sep 2013 22:38:50 +0200 Subject: Inhibit screensaver when slideshow is running --- Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 859ae33..ae8eedc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,13 +14,15 @@ 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/slideshow.c src/wrap.c src/storycode.c \ - src/imagestore.c src/notes.c src/pr_clock.c + src/imagestore.c src/notes.c src/pr_clock.c \ + src/inhibit_screensaver.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/imagestore.h src/notes.h src/pr_clock.h + src/imagestore.h src/notes.h src/pr_clock.h \ + src/inhibit_screensaver.h src/default_stylesheet.o: src/default_stylesheet.sty ld -r -b binary -o src/default_stylesheet.o src/default_stylesheet.sty -- cgit v1.2.3