summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am1
-rw-r--r--src/file-manager/Makefile.am1
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"\" \