diff options
author | Wu Xiaotian <[email protected]> | 2020-04-29 14:15:38 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-05 19:15:55 +0200 |
commit | 182db38e83a67d52e15888e3281c3b4dfc2bee40 (patch) | |
tree | f6fad057435e73f0fcc85e3a544fea9b87f5cbea /src/Makefile.am | |
parent | 3b36ed380545abf321922499c7969d69bae6e8cc (diff) | |
download | engrampa-182db38e83a67d52e15888e3281c3b4dfc2bee40.tar.bz2 engrampa-182db38e83a67d52e15888e3281c3b4dfc2bee40.tar.xz |
use git submodule of libegg
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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} |