aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-03 09:51:35 +0100
committerMax Kellermann <max@duempel.org>2013-01-03 10:02:33 +0100
commit47fc08bffe94d33c88caafd084fa24e31e902798 (patch)
tree6b73aa3f6789fc82100abdf2d1118acfd5666ef5 /Makefile.am
parentc0f2024a2eebaa156f3c9ddf55f58e00ce5cee8e (diff)
exclude: convert to C++
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index fb1ff80f..dd8b5895 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 \