summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-07-17 21:58:07 +0200
committerMax Kellermann <max@musicpd.org>2018-07-17 21:58:07 +0200
commitedb44a536a726e6889f02ee26fb393432152ae7b (patch)
treeba9f91f15af99730d44b05d8560fa0a0afb6eabe /Makefile.am
parenteeaaea802a3a9663510eeed70087dbdafebf9e0f (diff)
util/PrintException: new utility class
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 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 \