[Saga-devel] saga SVN commit 3260: /trunk/saga/impl/engine/
amerzky at cct.lsu.edu
amerzky at cct.lsu.edu
Sun Jan 11 04:04:25 CST 2009
User: amerzky
Date: 2009/01/11 04:04 AM
Modified:
/trunk/saga/impl/engine/
Makefile
Log:
add missing object files
A
File Changes:
Directory: /trunk/saga/impl/engine/
===================================
File [modified]: Makefile
Delta lines: +2 -0
===================================================================
--- trunk/saga/impl/engine/Makefile 2009-01-11 08:29:31 UTC (rev 3259)
+++ trunk/saga/impl/engine/Makefile 2009-01-11 10:04:16 UTC (rev 3260)
@@ -19,7 +19,9 @@
# add the base SAGA objects and adaptor utils
SAGA_TMP_LIB_OBJ += $(wildcard $(SAGA_ROOT)/saga/saga/*.o)
SAGA_TMP_LIB_OBJ += $(wildcard $(SAGA_ROOT)/saga/saga/adaptors/*.o)
+SAGA_TMP_LIB_OBJ += $(wildcard $(SAGA_ROOT)/saga/saga/adaptors/utils/*.o)
SAGA_TMP_LIB_OBJ += $(wildcard $(SAGA_ROOT)/saga/saga/adaptors/utils/ini/*.o)
+SAGA_TMP_LIB_OBJ += $(wildcard $(SAGA_ROOT)/saga/saga/adaptors/utils/process/*.o)
# add the engine implementation and helpers
SAGA_TMP_LIB_OBJ += $(SAGA_ROOT)/saga/impl/exception.o
More information about the saga-devel
mailing list