[Saga-devel] saga SVN commit 3254: /trunk/adaptors/

amerzky at cct.lsu.edu amerzky at cct.lsu.edu
Sat Jan 10 11:08:23 CST 2009


User: amerzky
Date: 2009/01/10 11:08 AM

Modified:
 /trunk/adaptors/
  Makefile

Log:
 aws build fixed - works ok with saga-lite, thus enabled aws in
 the Makefile again
 A

File Changes:

Directory: /trunk/adaptors/
===========================

File [modified]: Makefile
Delta lines: +3 -3
===================================================================
--- trunk/adaptors/Makefile	2009-01-10 17:07:03 UTC (rev 3253)
+++ trunk/adaptors/Makefile	2009-01-10 17:08:14 UTC (rev 3254)
@@ -24,9 +24,9 @@
   SAGA_SUBDIRS  += condor
 endif
 
-# ifeq "x$(SAGA_HAVE_ADAPTOR_SUITE_AWS)" "xyes"
-#   SAGA_SUBDIRS  += aws
-# endif
+ifeq "x$(SAGA_HAVE_ADAPTOR_SUITE_AWS)" "xyes"
+  SAGA_SUBDIRS  += aws
+endif
 
 ifeq "x$(SAGA_HAVE_ADAPTOR_SUITE_LSF)" "xyes"
   SAGA_SUBDIRS  += lsf



More information about the saga-devel mailing list