diff options
author | Max Kellermann <max@duempel.org> | 2013-01-30 23:48:34 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-30 23:48:34 +0100 |
commit | 762c91b7f1024ff81d3dd39b217995d817030ef8 (patch) | |
tree | a59d1940b6dd6c254154d2238e52e3f33a917343 /Makefile.am | |
parent | f2a8d4d2891a95a5432cd19250025c5291463738 (diff) | |
download | mpd-762c91b7f1024ff81d3dd39b217995d817030ef8.tar.gz mpd-762c91b7f1024ff81d3dd39b217995d817030ef8.tar.xz mpd-762c91b7f1024ff81d3dd39b217995d817030ef8.zip |
util/Manual: new template class
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 326251bc3..488b84a1f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -301,6 +301,7 @@ endif # Generic utility library libutil_a_SOURCES = \ + src/util/Manual.hxx \ src/util/RefCount.hxx \ src/util/fifo_buffer.c src/util/fifo_buffer.h \ src/util/growing_fifo.c src/util/growing_fifo.h \ |