diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f59adabfd..20cc603ca 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/Alloc.cxx src/util/Alloc.hxx \ src/util/VarSize.hxx \ src/util/Error.cxx src/util/Error.hxx \ src/util/Domain.hxx \ |