From 8e63669a379981a8e3df8fedd5c903bb85b526a1 Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Wed, 29 Apr 2020 12:00:20 +0800 Subject: use git submodule for cut-n-paste/smclient --- shell/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell') diff --git a/shell/Makefile.am b/shell/Makefile.am index 881cd860..07fbcad4 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -5,7 +5,7 @@ AM_CPPFLAGS= \ -I$(top_builddir) \ -I$(top_srcdir)/cut-n-paste/zoom-control/ \ -I$(top_srcdir)/cut-n-paste/toolbar-editor/ \ - -I$(top_srcdir)/cut-n-paste/smclient/ \ + -I$(top_srcdir)/cut-n-paste/smclient/libegg \ -I$(top_srcdir)/libdocument \ -I$(top_builddir)/libdocument \ -I$(top_srcdir)/libview \ @@ -109,7 +109,7 @@ atril_LDFLAGS = $(AM_LDFLAGS) atril_LDADD= \ $(top_builddir)/cut-n-paste/zoom-control/libephyzoom.la \ $(top_builddir)/cut-n-paste/toolbar-editor/libtoolbareditor.la \ - $(top_builddir)/cut-n-paste/smclient/libsmclient.la \ + $(top_builddir)/cut-n-paste/smclient/libegg/libegg.la \ $(top_builddir)/properties/libevproperties.la \ $(top_builddir)/libdocument/libatrildocument.la \ $(top_builddir)/libview/libatrilview.la \ -- cgit v1.2.1