From 37abef2d6b86de04b6ae54a79e89b58304ae4762 Mon Sep 17 00:00:00 2001 From: infirit Date: Tue, 28 Jul 2015 12:37:53 +0200 Subject: Fix build with optional mate-desktop. --- shell/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'shell/Makefile.am') diff --git a/shell/Makefile.am b/shell/Makefile.am index 0f82bde5..bc29d864 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -19,6 +19,7 @@ AM_CPPFLAGS= \ -DLIBEXECDIR=\""$(libexecdir)"\" \ -DATRIL_COMPILATION \ $(SHELL_CFLAGS) \ + $(MATE_DESKTOP_CFLAGS) \ $(WARN_CFLAGS) \ $(DISABLE_DEPRECATED) @@ -115,7 +116,8 @@ atril_LDADD= \ $(top_builddir)/libdocument/libatrildocument.la \ $(top_builddir)/libview/libatrilview.la \ $(top_builddir)/libmisc/libevmisc.la \ - $(SHELL_LIBS) + $(SHELL_LIBS) \ + $(MATE_DESKTOP_LIBS) if PLATFORM_WIN32 atril_LDADD += atril-icon.o -- cgit v1.2.1