[gegl] Move directory opencl before gegl due to hidden deps



commit 8f1451496d0a343c0ab74c220af06ae3949c3078
Author: Daniel Sabo <DanielSabo gmail com>
Date:   Sun Oct 27 06:18:12 2013 -0700

    Move directory opencl before gegl due to hidden deps

 Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 6dd4612..31f43be 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,6 +5,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 # the next run of make.
 SUBDIRS=\
        libs \
+       opencl \
        gegl \
        seamless-clone \
        operations \
@@ -12,8 +13,7 @@ SUBDIRS=\
        tools \
        examples \
        tests \
-       po \
-       opencl
+       po
 
 if ENABLE_DOCS
 SUBDIRS+= docs


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]