diff options
author | Max Kellermann <max@musicpd.org> | 2018-07-17 21:58:07 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-07-17 21:58:07 +0200 |
commit | edb44a536a726e6889f02ee26fb393432152ae7b (patch) | |
tree | ba9f91f15af99730d44b05d8560fa0a0afb6eabe /Makefile.am | |
parent | eeaaea802a3a9663510eeed70087dbdafebf9e0f (diff) |
util/PrintException: 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 cacf87a87..0ef66979a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -527,6 +527,7 @@ libutil_a_SOURCES = \ src/util/SliceBuffer.hxx \ src/util/HugeAllocator.cxx src/util/HugeAllocator.hxx \ src/util/PeakBuffer.cxx src/util/PeakBuffer.hxx \ + src/util/PrintException.cxx src/util/PrintException.hxx \ src/util/SparseBuffer.cxx src/util/SparseBuffer.hxx \ src/util/OptionParser.cxx src/util/OptionParser.hxx \ src/util/OptionDef.hxx \ |