summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2020-04-29 12:00:20 +0800
committerraveit65 <[email protected]>2020-06-07 18:11:33 +0200
commit8e63669a379981a8e3df8fedd5c903bb85b526a1 (patch)
tree533aa570c94bd9714ac49e777da9574ef622b3a4 /configure.ac
parent8fb00cb21aafad4e02e8d380fc4ed3d3409501d3 (diff)
downloadatril-8e63669a379981a8e3df8fedd5c903bb85b526a1.tar.bz2
atril-8e63669a379981a8e3df8fedd5c903bb85b526a1.tar.xz
use git submodule for cut-n-paste/smclient
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 2cdab326..6fee0ff6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -165,9 +165,9 @@ fi
# SM client
# *********
-PKG_CHECK_MODULES([SMCLIENT],[gtk+-3.0 gthread-2.0 sm >= 1.0.0])
-AC_SUBST([SMCLIENT_CFLAGS])
-AC_SUBST([SMCLIENT_LIBS])
+PKG_CHECK_MODULES([LIBEGG],[gtk+-3.0 gthread-2.0 sm >= 1.0.0])
+AC_SUBST([LIBEGG_CFLAGS])
+AC_SUBST([LIBEGG_LIBS])
# ***
@@ -701,6 +701,7 @@ backend/tiff/Makefile
backend/xps/Makefile
cut-n-paste/Makefile
cut-n-paste/smclient/Makefile
+cut-n-paste/smclient/libegg/Makefile
cut-n-paste/toolbar-editor/Makefile
cut-n-paste/zoom-control/Makefile
data/atril.desktop.in