Skip to content

Commit 0f605a3

Browse files
author
raveit65
committed
fix distcheck
1 parent f671e62 commit 0f605a3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

help/reference/shell/Makefile.am

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ GTKDOC_CFLAGS = \
9292
-I$(top_builddir)/shell \
9393
-I$(top_srcdir)/cut-n-paste/zoom-control/ \
9494
-I$(top_srcdir)/cut-n-paste/toolbar-editor/ \
95-
-I$(top_srcdir)/cut-n-paste/totem-screensaver/ \
9695
-I$(top_srcdir)/libdocument \
9796
-I$(top_builddir)/libdocument \
9897
-I$(top_srcdir)/libview \
@@ -111,12 +110,12 @@ GTKDOC_CFLAGS = \
111110

112111
FILTER_OUT = \
113112
$(top_builddir)/shell/main.o \
114-
$(top_builddir)/shell/atrild-ev-daemon.o
113+
$(top_builddir)/shell/atrild-ev-daemon.o \
114+
$(top_builddir)/shell/atrild-ev-daemon-gdbus-generated.o
115115

116116
GTKDOC_LIBS = \
117117
$(top_builddir)/cut-n-paste/zoom-control/libephyzoom.la \
118118
$(top_builddir)/cut-n-paste/toolbar-editor/libtoolbareditor.la \
119-
$(top_builddir)/cut-n-paste/totem-screensaver/libtotemscrsaver.la \
120119
$(top_builddir)/cut-n-paste/smclient/libsmclient.la \
121120
$(top_builddir)/properties/libevproperties.la \
122121
$(top_builddir)/libdocument/libatrildocument.la \

po/POTFILES.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ properties/ev-properties-view.c
3232
[type: gettext/ini]properties/libatril-properties-page.caja-extension.in
3333
libmisc/ev-page-action.c
3434
libmisc/ev-page-action-widget.c
35-
libview/ev-loading-window.c
3635
libview/ev-print-operation.c
3736
libview/ev-jobs.c
3837
libview/ev-view-accessible.c
@@ -43,6 +42,7 @@ shell/ev-annotation-properties-dialog.c
4342
shell/ev-application.c
4443
shell/ev-history.c
4544
shell/ev-keyring.c
45+
shell/ev-loading-message.c
4646
shell/ev-navigation-action.c
4747
shell/ev-navigation-action-widget.c
4848
shell/ev-open-recent-action.c

0 commit comments

Comments
 (0)