[gegl/gsoc2011-opencl: 28/46] buffer Makefile.am includes opencl headers



commit cc6db708e5a62532eb8a016c86589c6608e77932
Author: Victor Oliveira <victormatheus gmail com>
Date:   Wed Jun 1 17:17:03 2011 -0300

    buffer Makefile.am includes opencl headers

 gegl/buffer/Makefile.am |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/gegl/buffer/Makefile.am b/gegl/buffer/Makefile.am
index 5419d99..6a7b0be 100644
--- a/gegl/buffer/Makefile.am
+++ b/gegl/buffer/Makefile.am
@@ -5,9 +5,10 @@ AM_CPPFLAGS = \
 	-I$(top_builddir)/gegl/property-types \
 	-I$(top_srcdir)/gegl/property-types \
 	-I$(top_builddir)/gegl/buffer \
-	-I$(top_srcdir)/gegl/buffer
+	-I$(top_srcdir)/gegl/buffer \
+	-I$(top_srcdir)/gegl/opencl
 
-AM_CFLAGS = $(DEP_CFLAGS) $(BABL_CFLAGS)
+AM_CFLAGS = $(DEP_CFLAGS) $(BABL_CFLAGS) $(OPENCL_FLAGS)
 
 noinst_LTLIBRARIES = libbuffer.la
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]