From 2fe422ad0c91ffb3c82d72b4da08b33b8a2a6183 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 14 Mar 2004 23:37:11 +0000 Subject: Initial SAGA checkin. Disabled by default, enable with --enable-saga but don't expect it to work. svn-id: r13280 --- base/plugins.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'base/plugins.h') diff --git a/base/plugins.h b/base/plugins.h index 3202941431..6f276743db 100644 --- a/base/plugins.h +++ b/base/plugins.h @@ -165,6 +165,10 @@ DECLARE_PLUGIN(SWORD2) DECLARE_PLUGIN(QUEEN) #endif +#ifndef DISABLE_SAGA +DECLARE_PLUGIN(SAGA) +#endif + #endif #endif -- cgit v1.2.3