diff options
author | Wu Xiaotian <[email protected]> | 2020-06-17 16:49:45 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-27 18:19:46 +0200 |
commit | 366c2fffb6bb8572d58fe6cc23c8773898838e59 (patch) | |
tree | 943eb64e56131f7c0af7bb44d749a609c1f3dc0f /mate-session | |
parent | 7cfbb1889eb750d5f2caa3b358dedf316706d163 (diff) | |
download | mate-session-manager-366c2fffb6bb8572d58fe6cc23c8773898838e59.tar.bz2 mate-session-manager-366c2fffb6bb8572d58fe6cc23c8773898838e59.tar.xz |
use libegg submodule
Diffstat (limited to 'mate-session')
-rw-r--r-- | mate-session/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-session/Makefile.am b/mate-session/Makefile.am index ea0dc95..448ee76 100644 --- a/mate-session/Makefile.am +++ b/mate-session/Makefile.am @@ -63,7 +63,7 @@ mate_session_CPPFLAGS = \ $(SM_CFLAGS) \ $(ICE_CFLAGS) \ $(XEXT_CFLAGS) \ - -I$(top_srcdir)/egg \ + -I$(top_srcdir)/mate-submodules/libegg \ -DLOCALE_DIR=\""$(datadir)/locale"\" \ -DDATA_DIR=\""$(datadir)/mate-session"\" \ -DLIBEXECDIR=\"$(libexecdir)\" \ @@ -73,7 +73,7 @@ mate_session_CPPFLAGS = \ mate_session_LDADD = \ libgsmutil.la \ $(X11_LIBS) \ - $(top_builddir)/egg/libeggdesktopfile.la \ + $(top_builddir)/mate-submodules/libegg/libegg.la \ $(SM_LIBS) \ $(ICE_LIBS) \ $(XRENDER_LIBS) \ |