summaryrefslogtreecommitdiff
path: root/cut-n-paste/totem-screensaver/Makefile.am
diff options
context:
space:
mode:
authorChristian Persch <[email protected]>2012-06-13 00:25:29 +0200
committerraveit65 <[email protected]>2018-03-22 08:43:51 +0100
commit21073d44b5dd40facc67ac3108802559d7b13448 (patch)
treea6eb26d2300b6c2b94ee459c40ad9f736bebb0f6 /cut-n-paste/totem-screensaver/Makefile.am
parent674a6b31d3e4928e67bc574d2ed7758f19da52ac (diff)
downloadatril-21073d44b5dd40facc67ac3108802559d7b13448.tar.bz2
atril-21073d44b5dd40facc67ac3108802559d7b13448.tar.xz
shell: Use GtkApplication to inhibit the screensaver
Remove TotemScrsaver copy, and use GtkApplication inhibition instead. origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-6&id=612701f
Diffstat (limited to 'cut-n-paste/totem-screensaver/Makefile.am')
-rw-r--r--cut-n-paste/totem-screensaver/Makefile.am16
1 files changed, 0 insertions, 16 deletions
diff --git a/cut-n-paste/totem-screensaver/Makefile.am b/cut-n-paste/totem-screensaver/Makefile.am
deleted file mode 100644
index 1304c8d4..00000000
--- a/cut-n-paste/totem-screensaver/Makefile.am
+++ /dev/null
@@ -1,16 +0,0 @@
-noinst_LTLIBRARIES = libtotemscrsaver.la
-libtotemscrsaver_la_SOURCES = \
- totem-scrsaver.h \
- totem-scrsaver.c
-
-libtotemscrsaver_la_CPPFLAGS = \
- $(AM_CPPFLAGS)
-
-libtotemscrsaver_la_CFLAGS = \
- $(SHELL_CORE_CFLAGS) \
- $(DBUS_CFLAGS) \
- $(WARNING_CFLAGS) \
- $(DISABLE_DEPRECATED) \
- $(AM_CFLAGS)
-
--include $(top_srcdir)/git.mk