From ba51045d9e85b8e48afed629d6d87ac3338acd46 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 29 Jan 2013 23:20:19 +0100 Subject: refcount: convert to C++ --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a1e43040..ad6b14a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -99,7 +99,6 @@ mpd_headers = \ src/poison.h \ src/riff.h \ src/aiff.h \ - src/refcount.h \ src/replay_gain_config.h \ src/replay_gain_info.h \ src/replay_gain_ape.h \ @@ -310,6 +309,7 @@ endif # Generic utility library libutil_a_SOURCES = \ + src/util/RefCount.hxx \ src/util/fifo_buffer.c src/util/fifo_buffer.h \ src/util/growing_fifo.c src/util/growing_fifo.h \ src/util/LazyRandomEngine.cxx src/util/LazyRandomEngine.hxx \ -- cgit v1.2.3