[gegl/soc-2013-n-point-deformation: 8/22] change order of build of NPD library



commit 6081cda4b8e9a4f9bb0911e9fc18da63bba690e2
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]