diff options
author | Wu Xiaotian <[email protected]> | 2020-04-29 12:00:20 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-07 18:11:33 +0200 |
commit | 8e63669a379981a8e3df8fedd5c903bb85b526a1 (patch) | |
tree | 533aa570c94bd9714ac49e777da9574ef622b3a4 /shell/Makefile.am | |
parent | 8fb00cb21aafad4e02e8d380fc4ed3d3409501d3 (diff) | |
download | atril-8e63669a379981a8e3df8fedd5c903bb85b526a1.tar.bz2 atril-8e63669a379981a8e3df8fedd5c903bb85b526a1.tar.xz |
use git submodule for cut-n-paste/smclient
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |