Initial SAGA checkin. Disabled by default, enable with --enable-saga

but don't expect it to work.

svn-id: r13280
This commit is contained in:
Eugene Sandulenko 2004-03-14 23:37:11 +00:00
parent f1cac1545b
commit 2fe422ad0c
4 changed files with 26 additions and 0 deletions

View file

@ -165,6 +165,10 @@ DECLARE_PLUGIN(SWORD2)
DECLARE_PLUGIN(QUEEN)
#endif
#ifndef DISABLE_SAGA
DECLARE_PLUGIN(SAGA)
#endif
#endif
#endif