aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-07 22:04:19 +0100
committerMax Kellermann <max@duempel.org>2014-01-07 23:10:56 +0100
commitda80f91e1c1a02abce17159ed303c7666d68bf14 (patch)
tree1aad9c825941f2e4e06b28e2e0f6a03e7e67b572 /Makefile.am
parentcc60d193ce55b1fb8180bf199002bf34c2bf2088 (diff)
downloadmpd-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.am1
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 \