diff options
author | Max Kellermann <max@duempel.org> | 2013-01-03 09:51:35 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-03 10:02:33 +0100 |
commit | 47fc08bffe94d33c88caafd084fa24e31e902798 (patch) | |
tree | 6b73aa3f6789fc82100abdf2d1118acfd5666ef5 /Makefile.am | |
parent | c0f2024a2eebaa156f3c9ddf55f58e00ce5cee8e (diff) | |
download | mpd-47fc08bffe94d33c88caafd084fa24e31e902798.tar.gz mpd-47fc08bffe94d33c88caafd084fa24e31e902798.tar.xz mpd-47fc08bffe94d33c88caafd084fa24e31e902798.zip |
exclude: convert to C++
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index fb1ff80f2..dd8b58952 100644 --- a/Makefile.am +++ b/Makefile.am @@ -82,7 +82,6 @@ mpd_headers = \ src/encoder_plugin.h \ src/encoder_list.h \ src/encoder_api.h \ - src/exclude.h \ src/fd_util.h \ src/gerror.h \ src/glib_compat.h \ @@ -232,7 +231,7 @@ src_mpd_SOURCES = \ src/DatabasePlugin.hxx \ src/DatabaseVisitor.hxx \ src/DatabaseSelection.cxx src/DatabaseSelection.hxx \ - src/exclude.c \ + src/ExcludeList.cxx src/ExcludeList.hxx \ src/fd_util.c \ src/fifo_buffer.c src/fifo_buffer.h \ src/growing_fifo.c src/growing_fifo.h \ |