From ee18f17330114536c947306d07cfd081fdbe2e44 Mon Sep 17 00:00:00 2001 From: Sorokin Alexei Date: Wed, 10 Feb 2016 15:37:02 +0300 Subject: [PATCH] Remove MATE leftovers --- xed/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/xed/Makefile.am b/xed/Makefile.am index aff539d..561e4ed 100644 --- a/xed/Makefile.am +++ b/xed/Makefile.am @@ -10,7 +10,6 @@ AM_CPPFLAGS = \ -I$(srcdir) \ -I$(srcdir)/smclient \ $(XED_CFLAGS) \ - $(MATE_DESKTOP_CFLAGS) \ $(WARN_CFLAGS) \ $(DISABLE_DEPRECATED_CFLAGS) \ -DDATADIR=\""$(datadir)"\" \ @@ -27,8 +26,7 @@ libxed_la_LDFLAGS = -export-dynamic -no-undefined -export-symbols-regex "^[[^_]] libxed_la_LIBADD = \ dialogs/libdialogs.la \ - smclient/libeggsmclient.la \ - $(MATE_DESKTOP_LIBS) + smclient/libeggsmclient.la # XED_LIBS must be the last to ensure correct order on some platforms libxed_la_LIBADD += $(XED_LIBS) -lICE