Compile without python

This commit is contained in:
rdb 2008-10-16 17:48:49 +00:00
parent df215c964d
commit abe13bd4f0

View File

@ -49,7 +49,9 @@ ConfigureFn(config_event) {
EventStoreWstring::init_type("EventStoreWstring");
EventStoreTypedRefCount::init_type();
GenericAsyncTask::init_type();
#ifdef HAVE_PYTHON
PythonTask::init_type();
#endif
ButtonEventList::register_with_read_factory();
EventStoreInt::register_with_read_factory();