[gegl] change order of build of NPD library



commit f3950b96a916acb937975db3d11b21af01c6c25d
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 6135840..54ae7de 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]