aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-12-30 16:28:07 +0100
committerMax Kellermann <max@duempel.org>2008-12-30 16:28:07 +0100
commit671480814c643cd094978e4a0db76687fbddec4f (patch)
tree06d2b04e3d02047ad62025b748046b08624ff6ab /src/Makefile.am
parentd99595c2143ef31d4bf3b2274d55100f39363be3 (diff)
downloadmpd-671480814c643cd094978e4a0db76687fbddec4f.tar.gz
mpd-671480814c643cd094978e4a0db76687fbddec4f.tar.xz
mpd-671480814c643cd094978e4a0db76687fbddec4f.zip
main: moved daemonize() to daemon.c
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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 \