summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2016-02-06 22:03:37 +0100
committerMax Kellermann <max@duempel.org>2016-07-29 09:07:58 +0200
commita076ddf38c83a83aa6bfe3ef0f7cf420445e9f58 (patch)
tree9aafc8950e5afc8e83ffe10f7a2b84c776e3e4ba /Makefile.am
parentcafc266e0b54c2ef02ce4529c31d22f9543a3c1f (diff)
util/ScopeExit: new utility library
Similar to boost::scope_exit, but fewer include dependencies.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
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 \