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 | |
parent | f671e62f59c95301e62c35b2bb2ec4f8f3bdb37f (diff) | |
download | atril-0f605a3fb8ddcfcba730305f54c6db2e72b42de1.tar.bz2 atril-0f605a3fb8ddcfcba730305f54c6db2e72b42de1.tar.xz |
fix distcheck
-rw-r--r-- | help/reference/shell/Makefile.am | 5 | ||||
-rw-r--r-- | po/POTFILES.in | 2 |
2 files changed, 3 insertions, 4 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 \ diff --git a/po/POTFILES.in b/po/POTFILES.in index 4dcf7bab..722283ae 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -32,7 +32,6 @@ properties/ev-properties-view.c [type: gettext/ini]properties/libatril-properties-page.caja-extension.in libmisc/ev-page-action.c libmisc/ev-page-action-widget.c -libview/ev-loading-window.c libview/ev-print-operation.c libview/ev-jobs.c libview/ev-view-accessible.c @@ -43,6 +42,7 @@ shell/ev-annotation-properties-dialog.c shell/ev-application.c shell/ev-history.c shell/ev-keyring.c +shell/ev-loading-message.c shell/ev-navigation-action.c shell/ev-navigation-action-widget.c shell/ev-open-recent-action.c |