diff options
author | Wu Xiaotian <[email protected]> | 2020-04-26 21:08:25 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-05-15 18:37:52 +0200 |
commit | 8a8c3819fc011a807a625e3fecba0fed2a7b7e93 (patch) | |
tree | 089d42652d3b475d6c93949c4d461166ce884bca /src | |
parent | 4348cd0ad168ed2f334fd8f3e627d3926e8f3880 (diff) | |
download | caja-8a8c3819fc011a807a625e3fecba0fed2a7b7e93.tar.bz2 caja-8a8c3819fc011a807a625e3fecba0fed2a7b7e93.tar.xz |
mate-submodules: use git submodule for libegg
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 1 | ||||
-rw-r--r-- | src/file-manager/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 9af42d62..cd8063d2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,6 +12,7 @@ bin_PROGRAMS = \ AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_builddir)/libcaja-private \ + -I$(top_srcdir)/mate-submodules \ $(CORE_CFLAGS) \ $(WARN_CFLAGS) \ $(EXIF_CFLAGS) \ diff --git a/src/file-manager/Makefile.am b/src/file-manager/Makefile.am index 6c1e59ca..9c14250a 100644 --- a/src/file-manager/Makefile.am +++ b/src/file-manager/Makefile.am @@ -4,6 +4,7 @@ noinst_LTLIBRARIES=libcaja-file-manager.la AM_CPPFLAGS = \ -I$(top_srcdir) \ + -I$(top_srcdir)/mate-submodules \ $(CORE_CFLAGS) \ $(WARN_CFLAGS) \ -DCAJA_DATADIR=\""$(datadir)/caja"\" \ |