summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinfirit <[email protected]>2015-08-05 09:55:56 +0200
committerinfirit <[email protected]>2015-08-05 09:55:56 +0200
commitd3280a6e90640adab91d94577ae96e3d8cbee29f (patch)
treec23b3c98bdd70a23250397a9ab5aae2834a084fd
parent37abef2d6b86de04b6ae54a79e89b58304ae4762 (diff)
downloadatril-d3280a6e90640adab91d94577ae96e3d8cbee29f.tar.bz2
atril-d3280a6e90640adab91d94577ae96e3d8cbee29f.tar.xz
Fix gtk-doc build
-rw-r--r--help/reference/shell/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/help/reference/shell/Makefile.am b/help/reference/shell/Makefile.am
index a78201d7..7b5466eb 100644
--- a/help/reference/shell/Makefile.am
+++ b/help/reference/shell/Makefile.am
@@ -107,7 +107,8 @@ GTKDOC_CFLAGS = \
$(SHELL_CFLAGS) \
$(WARN_CFLAGS) \
$(DISABLE_DEPRECATED) \
- $(GTK_PRINT_CFLAGS)
+ $(GTK_PRINT_CFLAGS) \
+ $(MATE_DESKTOP_CFLAGS)
FILTER_OUT = \
$(top_builddir)/shell/main.o \
@@ -126,6 +127,7 @@ GTKDOC_LIBS = \
$(top_builddir)/libmisc/libevmisc.la \
$(SHELL_LIBS) \
$(GTK_PRINT_LIBS) \
+ $(MATE_DESKTOP_LIBS) \
$(filter-out $(FILTER_OUT),$(wildcard $(top_builddir)/shell/*.o))
# This includes the standard gtk-doc make rules, copied by gtkdocize.