aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-06-13 21:38:28 +0200
committerMax Kellermann <max@duempel.org>2012-06-13 21:38:28 +0200
commitddf7f5c131b04f2caee28c9456b98eeebe0c94ab (patch)
tree2760cc99725f557dc86f4b0a63de277b19b94d16 /Makefile.am
parent660e40d07e368ef4737a30fd146c64c8fb44d770 (diff)
update_internal.h: split header
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 9b54b999..c8ab8cee 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -89,7 +89,6 @@ mpd_headers = \
src/fd_util.h \
src/glib_compat.h \
src/update.h \
- src/update_internal.h \
src/inotify_source.h \
src/inotify_queue.h \
src/inotify_update.h \
@@ -266,10 +265,10 @@ src_mpd_SOURCES = \
src/filter_plugin.c \
src/filter_registry.c \
src/update.c \
- src/update_queue.c \
+ src/update_queue.c src/update_queue.h \
src/update_io.c src/update_io.h \
src/update_db.c src/update_db.h \
- src/update_walk.c \
+ src/update_walk.c src/update_walk.h \
src/update_remove.c \
src/client.c \
src/client_event.c \