- Fix compilation and loading of XmlSave plugin

- Fix throwing of exceptions from sgpem::Module
- **THOU SHALL ALWAYS UPDATE THY MAKEFILES, OR THE WRATH OF GOD
WILL DESCEND UPON THEE**


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@827 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-08-07 15:16:27 +00:00
parent 96728edfce
commit a7fc644043
7 changed files with 14 additions and 16 deletions

View file

@ -181,6 +181,8 @@ src_backend_libbackend_la_SOURCES = \
src/backend/schedulable.cc \
src/backend/scheduler.cc \
src/backend/serialize_visitor.cc \
src/backend/serializer.cc \
src/backend/serializer_error.cc \
src/backend/serializers_gatekeeper.cc \
src/backend/simulation.cc \
src/backend/static_process.cc \
@ -223,6 +225,8 @@ pkginclude_HEADERS += \
src/backend/schedulable.hh \
src/backend/scheduler.hh \
src/backend/serialize_visitor.hh \
src/backend/serializer.hh \
src/backend/serializer_error.hh \
src/backend/serializers_gatekeeper.hh \
src/backend/simulation.hh \
src/backend/sub_request.hh \