diff options
author | Max Kellermann <max@duempel.org> | 2016-02-06 22:03:37 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2016-07-29 09:07:58 +0200 |
commit | a076ddf38c83a83aa6bfe3ef0f7cf420445e9f58 (patch) | |
tree | 9aafc8950e5afc8e83ffe10f7a2b84c776e3e4ba /Makefile.am | |
parent | cafc266e0b54c2ef02ce4529c31d22f9543a3c1f (diff) |
util/ScopeExit: new utility library
Similar to boost::scope_exit, but fewer include dependencies.
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 2eed31d9f..156655671 100644 --- a/Makefile.am +++ b/Makefile.am @@ -359,6 +359,7 @@ libutil_a_SOURCES = \ src/util/Clamp.hxx \ src/util/Alloc.cxx src/util/Alloc.hxx \ src/util/VarSize.hxx \ + src/util/ScopeExit.hxx \ src/util/Error.cxx src/util/Error.hxx \ src/util/Domain.hxx \ src/util/ReusableArray.hxx \ |