From 671480814c643cd094978e4a0db76687fbddec4f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 30 Dec 2008 16:28:07 +0100 Subject: main: moved daemonize() to daemon.c --- 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 9f6c8ea35..f9fe0b0cf 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -44,6 +44,7 @@ mpd_headers = \ log.h \ ls.h \ main_notify.h \ + daemon.h \ normalize.h \ compress.h \ pipe.h \ @@ -126,6 +127,7 @@ mpd_SOURCES = \ ls.c \ main.c \ main_notify.c \ + daemon.c \ normalize.c \ compress.c \ pipe.c \ -- cgit v1.2.3