[evince] docs: shell: Fix filter for main.o
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] docs: shell: Fix filter for main.o
- Date: Tue, 30 Jul 2013 11:48:56 +0000 (UTC)
commit 43f12fd278b2688522200e6aaee5c927e5f1775e
Author: Christian Persch <chpe gnome org>
Date: Tue Jul 30 13:48:07 2013 +0200
docs: shell: Fix filter for main.o
help/reference/shell/Makefile.am | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/help/reference/shell/Makefile.am b/help/reference/shell/Makefile.am
index f120d27..6834d40 100644
--- a/help/reference/shell/Makefile.am
+++ b/help/reference/shell/Makefile.am
@@ -102,10 +102,11 @@ GTKDOC_CFLAGS = \
-DGNOMEICONDIR=\""$(datadir)/pixmaps"\" \
-DEVINCE_COMPILATION \
$(SHELL_CFLAGS) \
- $(GTK_PRINT_CFLAGS)
+ $(GTK_PRINT_CFLAGS) \
+ $(AM_CFLAGS)
FILTER_OUT = \
- $(top_builddir)/shell/main.o \
+ $(top_builddir)/shell/evince-main.o \
$(top_builddir)/shell/evinced-ev-daemon.o \
$(top_builddir)/shell/ev-convert-metadata.o \
$(top_builddir)/shell/evinced-ev-daemon-gdbus-generated.o
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]