summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDaniel Sabo <DanielSabo@gmail.com>2013-11-30 15:40:22 -0800
committerDaniel Sabo <DanielSabo@gmail.com>2013-12-01 05:58:05 -0800
commitf5faad8bb3d064fb3c1926b1f0c1e5e7804d8eae (patch)
tree50ee5de4dcc50d4eab3e6a438dd513386c44bb7e /tools
parent0ffe0c162f3edee601b2336de1a9d83ae3cf9618 (diff)
Add all gegl include paths to AM_CPPFLAGS
Necessary to move declarations into their own headers.
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am12
1 files changed, 9 insertions, 3 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index ce2bc2d3..383a950a 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -11,12 +11,18 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/gegl \
-I$(top_builddir)/gegl/buffer \
-I$(top_srcdir)/gegl/buffer \
+ -I$(top_builddir)/gegl/graph \
+ -I$(top_srcdir)/gegl/graph \
-I$(top_builddir)/gegl/module \
-I$(top_srcdir)/gegl/module \
- -I$(top_builddir)/gegl/property-types \
- -I$(top_srcdir)/gegl/property-types \
+ -I$(top_builddir)/gegl/operation \
+ -I$(top_srcdir)/gegl/operation \
-I$(top_builddir)/gegl/opencl \
- -I$(top_srcdir)/gegl/opencl
+ -I$(top_srcdir)/gegl/opencl \
+ -I$(top_builddir)/gegl/process \
+ -I$(top_srcdir)/gegl/process \
+ -I$(top_builddir)/gegl/property-types \
+ -I$(top_srcdir)/gegl/property-types
AM_CFLAGS = $(DEP_CFLAGS) $(BABL_CFLAGS)