From 5554633ab8f3a0c1af2e7f4bfc342895f395cc1b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 16 Oct 2009 18:11:43 +0200 Subject: update: obey .mpdignore files --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3