diff options
author | raveit65 <[email protected]> | 2018-03-22 10:38:31 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-22 10:38:31 +0100 |
commit | 0f605a3fb8ddcfcba730305f54c6db2e72b42de1 (patch) | |
tree | f43cebb50f155b5e4c19a21bfeece2b120ff4f96 /help/reference/shell/Makefile.am | |
parent | f671e62f59c95301e62c35b2bb2ec4f8f3bdb37f (diff) | |
download | atril-0f605a3fb8ddcfcba730305f54c6db2e72b42de1.tar.bz2 atril-0f605a3fb8ddcfcba730305f54c6db2e72b42de1.tar.xz |
fix distcheck
Diffstat (limited to 'help/reference/shell/Makefile.am')
-rw-r--r-- | help/reference/shell/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/help/reference/shell/Makefile.am b/help/reference/shell/Makefile.am index bd83f9fe..464eafe1 100644 --- a/help/reference/shell/Makefile.am +++ b/help/reference/shell/Makefile.am @@ -92,7 +92,6 @@ GTKDOC_CFLAGS = \ -I$(top_builddir)/shell \ -I$(top_srcdir)/cut-n-paste/zoom-control/ \ -I$(top_srcdir)/cut-n-paste/toolbar-editor/ \ - -I$(top_srcdir)/cut-n-paste/totem-screensaver/ \ -I$(top_srcdir)/libdocument \ -I$(top_builddir)/libdocument \ -I$(top_srcdir)/libview \ @@ -111,12 +110,12 @@ GTKDOC_CFLAGS = \ FILTER_OUT = \ $(top_builddir)/shell/main.o \ - $(top_builddir)/shell/atrild-ev-daemon.o + $(top_builddir)/shell/atrild-ev-daemon.o \ + $(top_builddir)/shell/atrild-ev-daemon-gdbus-generated.o GTKDOC_LIBS = \ $(top_builddir)/cut-n-paste/zoom-control/libephyzoom.la \ $(top_builddir)/cut-n-paste/toolbar-editor/libtoolbareditor.la \ - $(top_builddir)/cut-n-paste/totem-screensaver/libtotemscrsaver.la \ $(top_builddir)/cut-n-paste/smclient/libsmclient.la \ $(top_builddir)/properties/libevproperties.la \ $(top_builddir)/libdocument/libatrildocument.la \ |