From a0c044df11825069fc91dbc1ab9b6960886fd125 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 9 Oct 2008 15:23:37 +0200 Subject: diretory: moved code to directory_save.c, directory_print.c Remove clutter from directory.c. Everything which saves or loads to/from the hard disk goes to directory_save.c, and code which sends directory information to the client is moved into directory_print.c. --- src/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index e2b9f47ec..538e8549e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -54,6 +54,8 @@ mpd_headers = \ decoder_api.h \ decoder_internal.h \ directory.h \ + directory_save.h \ + directory_print.h \ database.h \ update.h \ dirvec.h \ @@ -134,6 +136,8 @@ mpd_SOURCES = \ decoder_control.c \ decoder_api.c \ directory.c \ + directory_save.c \ + directory_print.c \ database.c \ dirvec.c \ update.c \ -- cgit v1.2.3