[gegl/gsoc2011-opencl] buffer Makefile.am includes opencl headers
- From: Victor Matheus de Araujo Oliveira <vmaolive src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/gsoc2011-opencl] buffer Makefile.am includes opencl headers
- Date: Wed, 1 Jun 2011 20:24:48 +0000 (UTC)
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]