diff options
author | monsta <[email protected]> | 2016-07-29 14:21:55 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-07-29 14:21:55 +0300 |
commit | 23e0b7bbd5c675cdd508c5d27f20e324ee0fe840 (patch) | |
tree | a3c62e127e8c2d6144afdde0b7f20d5e69effb94 /shell/Makefile.am | |
parent | 5804d2d753e8f27189897f23f0dc414051910ac9 (diff) | |
download | atril-23e0b7bbd5c675cdd508c5d27f20e324ee0fe840.tar.bz2 atril-23e0b7bbd5c675cdd508c5d27f20e324ee0fe840.tar.xz |
get rid of build-dep on libmate-desktop
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 81782a62..f161315a 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -19,7 +19,6 @@ AM_CPPFLAGS= \ -DLIBEXECDIR=\""$(libexecdir)"\" \ -DATRIL_COMPILATION \ $(SHELL_CFLAGS) \ - $(MATE_DESKTOP_CFLAGS) \ $(WARN_CFLAGS) \ $(DISABLE_DEPRECATED) @@ -112,8 +111,7 @@ atril_LDADD= \ $(top_builddir)/libdocument/libatrildocument.la \ $(top_builddir)/libview/libatrilview.la \ $(top_builddir)/libmisc/libevmisc.la \ - $(SHELL_LIBS) \ - $(MATE_DESKTOP_LIBS) + $(SHELL_LIBS) BUILT_SOURCES = ev-marshal.h ev-marshal.c |