From 8a50e8a2663b5afd2fb3c80ea3424f3e68e14695 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 8 Oct 2008 11:07:35 +0200 Subject: directory: moved code to database.c Taming the directory.c monster, part II: move the database management stuff to database. directory.c should only contain code which works on directory objects. --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 0beeb07a..e2b9f47e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -54,6 +54,7 @@ mpd_headers = \ decoder_api.h \ decoder_internal.h \ directory.h \ + database.h \ update.h \ dirvec.h \ gcc.h \ @@ -133,6 +134,7 @@ mpd_SOURCES = \ decoder_control.c \ decoder_api.c \ directory.c \ + database.c \ dirvec.c \ update.c \ decoder_list.c \ -- cgit v1.2.3