aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-01-19 21:54:53 +0100
committerThomas White <taw@physics.org>2018-01-19 22:30:31 +0100
commit3ded4e93cb9657c4cdb0a86bce6d18b98f00d087 (patch)
tree2e43517e2a0f73c95597626a49215761cc3b726f /Makefile.am
parent62bc4fb111b38e8d3969451462d3c5e08b086c35 (diff)
Inhibit screensaver using native GTK method
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 4e45359..446fb91 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,7 +14,6 @@ src_colloquium_SOURCES = src/colloquium.c src/render.c \
src/frame.c src/sc_parse.c \
src/slideshow.c src/sc_interp.c \
src/imagestore.c src/pr_clock.c \
- src/inhibit_screensaver.c \
src/sc_editor.c src/narrative_window.c \
src/slide_window.c src/testcard.c src/print.c \
src/debugger.c
@@ -22,7 +21,7 @@ src_colloquium_SOURCES = src/colloquium.c src/render.c \
EXTRA_DIST += src/presentation.h src/render.h \
src/slideshow.h src/sc_parse.h src/sc_interp.h \
src/imagestore.h src/pr_clock.h \
- src/inhibit_screensaver.h src/print.h \
+ src/print.h \
src/sc_editor.h src/slide_window.h src/narrative_window.h \
src/print.h src/debugger.h