Remove MATE leftovers
This commit is contained in:
parent
48c5c0ad5e
commit
ee18f17330
|
@ -10,7 +10,6 @@ AM_CPPFLAGS = \
|
||||||
-I$(srcdir) \
|
-I$(srcdir) \
|
||||||
-I$(srcdir)/smclient \
|
-I$(srcdir)/smclient \
|
||||||
$(XED_CFLAGS) \
|
$(XED_CFLAGS) \
|
||||||
$(MATE_DESKTOP_CFLAGS) \
|
|
||||||
$(WARN_CFLAGS) \
|
$(WARN_CFLAGS) \
|
||||||
$(DISABLE_DEPRECATED_CFLAGS) \
|
$(DISABLE_DEPRECATED_CFLAGS) \
|
||||||
-DDATADIR=\""$(datadir)"\" \
|
-DDATADIR=\""$(datadir)"\" \
|
||||||
|
@ -27,8 +26,7 @@ libxed_la_LDFLAGS = -export-dynamic -no-undefined -export-symbols-regex "^[[^_]]
|
||||||
|
|
||||||
libxed_la_LIBADD = \
|
libxed_la_LIBADD = \
|
||||||
dialogs/libdialogs.la \
|
dialogs/libdialogs.la \
|
||||||
smclient/libeggsmclient.la \
|
smclient/libeggsmclient.la
|
||||||
$(MATE_DESKTOP_LIBS)
|
|
||||||
|
|
||||||
# XED_LIBS must be the last to ensure correct order on some platforms
|
# XED_LIBS must be the last to ensure correct order on some platforms
|
||||||
libxed_la_LIBADD += $(XED_LIBS) -lICE
|
libxed_la_LIBADD += $(XED_LIBS) -lICE
|
||||||
|
|
Loading…
Reference in New Issue