[gegl/soc-2013-n-point-deformation: 8/28] change order of build of NPD library
- From: Marek Dvoroznak <dvoromar src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/soc-2013-n-point-deformation: 8/28] change order of build of NPD library
- Date: Fri, 6 Dec 2013 05:01:47 +0000 (UTC)
commit 4eaef07bd73b850a719bca4027de298276c7591e
Author: Marek Dvoroznak <dvoromar gmail com>
Date: Wed Jul 31 21:05:15 2013 +0200
change order of build of NPD library
NPD library depends on GEGL, so it must build after GEGL core.
Makefile.am | 1 +
libs/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 31f43be..588a324 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,6 +7,7 @@ SUBDIRS=\
libs \
opencl \
gegl \
+ libs/npd \
seamless-clone \
operations \
bin \
diff --git a/libs/Makefile.am b/libs/Makefile.am
index 334cf56..176d347 100644
--- a/libs/Makefile.am
+++ b/libs/Makefile.am
@@ -1 +1 @@
-SUBDIRS = rgbe poly2tri-c npd
+SUBDIRS = rgbe poly2tri-c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]