aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-09-10 18:48:10 +0200
committerMax Kellermann <max@duempel.org>2011-09-13 21:47:00 +0200
commita94d4be466ea3a48389361b483f72df45834f7d2 (patch)
tree734076ad49d963a00648f58dee4cde111dc0364a /Makefile.am
parentb7d2d4cfe8b88174a7b1f41840ddc0b23dbd6a75 (diff)
db_plugin: add method visit()
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 4b69a8d5..0fa75615 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -276,6 +276,7 @@ src_mpd_SOURCES = \
src/db_print.c src/db_print.h \
src/db_plugin.h \
src/db_visitor.h \
+ src/db_selection.h \
src/db/simple_db_plugin.c src/db/simple_db_plugin.h \
src/dirvec.c \
src/exclude.c \