diff options
author | Max Kellermann <max@duempel.org> | 2014-01-07 22:04:19 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-07 23:10:56 +0100 |
commit | da80f91e1c1a02abce17159ed303c7666d68bf14 (patch) | |
tree | 1aad9c825941f2e4e06b28e2e0f6a03e7e67b572 /Makefile.am | |
parent | cc60d193ce55b1fb8180bf199002bf34c2bf2088 (diff) | |
download | mpd-da80f91e1c1a02abce17159ed303c7666d68bf14.tar.gz mpd-da80f91e1c1a02abce17159ed303c7666d68bf14.tar.xz mpd-da80f91e1c1a02abce17159ed303c7666d68bf14.zip |
Directory: make some code generic, move to VarSize.hxx
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 3541714c0..f59adabfd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -251,6 +251,7 @@ libutil_a_SOURCES = \ src/util/Macros.hxx \ src/util/Cast.hxx \ src/util/Clamp.hxx \ + src/util/VarSize.hxx \ src/util/Error.cxx src/util/Error.hxx \ src/util/Domain.hxx \ src/util/ReusableArray.hxx \ |