diff options
author | Max Kellermann <max@duempel.org> | 2015-10-19 15:57:00 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-10-19 15:57:30 +0200 |
commit | 8d2370635408b9acd392843de96179383a95a4bf (patch) | |
tree | 7c1572bedb11ffea8eb8dfaa9a4c78a3e1c64d2f /Makefile.am | |
parent | 62bfb1a2731ba6c7ee27009316109ef03a60d950 (diff) | |
download | mpd-8d2370635408b9acd392843de96179383a95a4bf.tar.gz mpd-8d2370635408b9acd392843de96179383a95a4bf.tar.xz mpd-8d2370635408b9acd392843de96179383a95a4bf.zip |
util/DeleteDisposer: new utility class
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 c7f26f732..28707446b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -391,6 +391,7 @@ libutil_a_SOURCES = \ src/util/Macros.hxx \ src/util/Cast.hxx \ src/util/Clamp.hxx \ + src/util/DeleteDisposer.hxx \ src/util/Alloc.cxx src/util/Alloc.hxx \ src/util/VarSize.hxx \ src/util/Error.cxx src/util/Error.hxx \ |