diff options
author | Max Kellermann <max@duempel.org> | 2015-12-16 11:12:30 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-12-16 11:13:16 +0100 |
commit | d256a0e98f587c0af714c74038ff75903c0903fe (patch) | |
tree | aae75428f19202650f93d5fbd7062b29e612b110 /Makefile.am | |
parent | 6717325c3f28b320fefd308bc7fb326027295aff (diff) |
config/ConfigFile: use std::exception on syntax error
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e836c7343..ebe358d6d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -389,6 +389,7 @@ endif # Generic utility library libutil_a_SOURCES = \ + src/util/RuntimeError.hxx \ src/util/Macros.hxx \ src/util/Cast.hxx \ src/util/Clamp.hxx \ |