diff options
author | Felix Riemann <[email protected]> | 2012-09-23 17:56:08 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-07-08 12:19:44 +0200 |
commit | 28fbd143cb1752c3b8fd68b7206e1df679830a8b (patch) | |
tree | 7c4d6793ebaba6ec1aed2d6e6e41b9a3748771c1 /doc/reference/Makefile.am | |
parent | 4817ee9e8d7f9d854870aa10085f3b6f1da3eadf (diff) | |
download | eom-28fbd143cb1752c3b8fd68b7206e1df679830a8b.tar.bz2 eom-28fbd143cb1752c3b8fd68b7206e1df679830a8b.tar.xz |
Drop now unneeded TotemScrSaver
It's not needed anymore since GtkApplication does the job now.
https://bugzilla.gnome.org/show_bug.cgi?id=684581
origin commit:
https://gitlab.gnome.org/GNOME/eog/commit/01c1055
Diffstat (limited to 'doc/reference/Makefile.am')
-rw-r--r-- | doc/reference/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index c8d1bc4..9c5aa63 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -87,7 +87,6 @@ AM_CPPFLAGS= \ -I$(top_srcdir)/plugins \ -I$(top_srcdir)/jpegutils \ -I$(top_srcdir)/cut-n-paste/toolbar-editor \ - -I$(top_srcdir)/cut-n-paste/totem-screensaver \ $(EOM_CFLAGS) if ENABLE_JPEG @@ -97,7 +96,6 @@ endif GTKDOC_LIBS=\ $(top_builddir)/src/libeom.la \ $(top_builddir)/cut-n-paste/toolbar-editor/libtoolbareditor.la \ - $(top_builddir)/cut-n-paste/totem-screensaver/libtotemscrsaver.la \ $(BINDING_LIBS) \ $(LIBJPEG) \ $(X_LIBS) \ |