[gegl] Remove unused $(OPENCL_LIBS) variable
- From: Daniel Sabo <daniels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] Remove unused $(OPENCL_LIBS) variable
- Date: Sun, 20 Oct 2013 08:53:54 +0000 (UTC)
commit 1f812ece254eff1ce9885acf17f737318619a836
Author: Daniel Sabo <DanielSabo gmail com>
Date: Sat Oct 19 16:13:15 2013 -0700
Remove unused $(OPENCL_LIBS) variable
gegl/opencl/Makefile.am | 2 --
operations/Makefile-common.am | 2 +-
2 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/gegl/opencl/Makefile.am b/gegl/opencl/Makefile.am
index 1641c8f..089ec5b 100644
--- a/gegl/opencl/Makefile.am
+++ b/gegl/opencl/Makefile.am
@@ -11,8 +11,6 @@ AM_CPPFLAGS = \
AM_CFLAGS = $(DEP_CFLAGS) $(BABL_CFLAGS)
-LIBS = $(OPENCL_LIBS)
-
libcl_publicdir = $(includedir)/gegl-$(GEGL_API_VERSION)/opencl
libcl_public_HEADERS = \
diff --git a/operations/Makefile-common.am b/operations/Makefile-common.am
index c641f58..4bc4665 100644
--- a/operations/Makefile-common.am
+++ b/operations/Makefile-common.am
@@ -4,7 +4,7 @@ endif
libgegl = $(top_builddir)/gegl/libgegl-$(GEGL_API_VERSION).la $(BABL_LIBS)
-op_libs = $(DEP_LIBS) $(libgegl) $(OPENCL_LIBS)
+op_libs = $(DEP_LIBS) $(libgegl)
GEGLHEADERS = $(wildcard $(top_srcdir)/gegl/*.h)\
$(wildcard $(top_srcdir)/gegl/buffer/*.h)\
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]