summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Sabo <DanielSabo@gmail.com>2013-10-27 06:18:12 -0700
committerDaniel Sabo <DanielSabo@gmail.com>2013-10-27 06:18:12 -0700
commit8f1451496d0a343c0ab74c220af06ae3949c3078 (patch)
tree6c0138c9464d72fc2ce4bb2fb9cea1407686db06 /Makefile.am
parentd164cd7f49f91de4fcbb65581ca8ef67e2d15032 (diff)
Move directory opencl before gegl due to hidden deps
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 6dd4612a..31f43be1 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