From ddf7f5c131b04f2caee28c9456b98eeebe0c94ab Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 13 Jun 2012 21:38:28 +0200 Subject: update_internal.h: split header --- Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3