From 182db38e83a67d52e15888e3281c3b4dfc2bee40 Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Wed, 29 Apr 2020 14:15:38 +0800 Subject: use git submodule of libegg --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 52773ec..027c2c4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,7 +15,7 @@ shdir = $(libexecdir)/engrampa/ endif AM_CPPFLAGS = \ - -I$(top_srcdir)/copy-n-paste/ \ + -I$(top_srcdir)/mate-submodules/libegg/ \ -I$(top_srcdir) \ -I$(top_builddir) \ -DENGRAMPA_RESOURCE_UI_PATH="\"/org/mate/Engrampa/ui\"" \ @@ -196,7 +196,7 @@ engrampa_SOURCES = \ main.c engrampa_LDADD = \ - $(top_builddir)/copy-n-paste/libeggsmclient.la \ + $(top_builddir)/mate-submodules/libegg/libegg.la \ $(FR_LIBS) \ ${JSON_GLIB_LIBS} -- cgit v1.2.1