- Written what I suppose might be HoltGraph
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@809 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
b9cbbacd10
commit
6969d5b2c2
3 changed files with 154 additions and 0 deletions
|
@ -161,6 +161,7 @@ src_backend_libbackend_la_SOURCES = \
|
|||
src/backend/global_preferences.cc \
|
||||
src/backend/history.cc \
|
||||
src/backend/history_observer.cc \
|
||||
src/backend/holt_graph.cc \
|
||||
src/backend/invalid_plugin_exception.cc \
|
||||
src/backend/key_file.cc \
|
||||
src/backend/module.cc \
|
||||
|
@ -198,6 +199,7 @@ pkginclude_HEADERS += \
|
|||
src/backend/global_preferences.hh \
|
||||
src/backend/history.hh \
|
||||
src/backend/history_observer.hh \
|
||||
src/backend/holt_graph.hh \
|
||||
src/backend/invalid_plugin_exception.hh \
|
||||
src/backend/key_file.hh \
|
||||
src/backend/module.hh \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue