[gegl/soc-2013-n-point-deformation] 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] change order of build of NPD library
- Date: Wed, 31 Jul 2013 19:08:14 +0000 (UTC)
commit bef8336d91f74d2daea68bb41d99ab45dfc9575f
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 6dd4612..ff3d9ed 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,6 +6,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
SUBDIRS=\
libs \
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]