summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-07-29 14:21:55 +0300
committermonsta <[email protected]>2016-07-29 14:21:55 +0300
commit23e0b7bbd5c675cdd508c5d27f20e324ee0fe840 (patch)
treea3c62e127e8c2d6144afdde0b7f20d5e69effb94 /help
parent5804d2d753e8f27189897f23f0dc414051910ac9 (diff)
downloadatril-23e0b7bbd5c675cdd508c5d27f20e324ee0fe840.tar.bz2
atril-23e0b7bbd5c675cdd508c5d27f20e324ee0fe840.tar.xz
get rid of build-dep on libmate-desktop
Diffstat (limited to 'help')
-rw-r--r--help/reference/shell/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/help/reference/shell/Makefile.am b/help/reference/shell/Makefile.am
index 7b5466eb..a78201d7 100644
--- a/help/reference/shell/Makefile.am
+++ b/help/reference/shell/Makefile.am
@@ -107,8 +107,7 @@ GTKDOC_CFLAGS = \
$(SHELL_CFLAGS) \
$(WARN_CFLAGS) \
$(DISABLE_DEPRECATED) \
- $(GTK_PRINT_CFLAGS) \
- $(MATE_DESKTOP_CFLAGS)
+ $(GTK_PRINT_CFLAGS)
FILTER_OUT = \
$(top_builddir)/shell/main.o \
@@ -127,7 +126,6 @@ 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.