diff options
author | Max Kellermann <max@duempel.org> | 2009-10-16 18:11:43 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-10-16 18:11:43 +0200 |
commit | 5554633ab8f3a0c1af2e7f4bfc342895f395cc1b (patch) | |
tree | 0d57f552befb62ca5a03df433580ac8879192c10 /Makefile.am | |
parent | 8cd845b79ec073dfb11d72c2466583d6f93eca91 (diff) | |
download | mpd-5554633ab8f3a0c1af2e7f4bfc342895f395cc1b.tar.gz mpd-5554633ab8f3a0c1af2e7f4bfc342895f395cc1b.tar.xz mpd-5554633ab8f3a0c1af2e7f4bfc342895f395cc1b.zip |
update: obey .mpdignore files
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 9efe87adb..84261fa64 100644 --- a/Makefile.am +++ b/Makefile.am @@ -71,6 +71,7 @@ mpd_headers = \ src/encoder_plugin.h \ src/encoder_list.h \ src/encoder_api.h \ + src/exclude.h \ src/fifo_buffer.h \ src/update.h \ src/update_internal.h \ @@ -211,6 +212,7 @@ src_mpd_SOURCES = \ src/directory_print.c \ src/database.c \ src/dirvec.c \ + src/exclude.c \ src/fifo_buffer.c \ src/filter_plugin.c \ src/filter_registry.c \ |