aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-07-28 16:42:40 +0200
committerMax Kellermann <max@duempel.org>2009-07-28 16:42:40 +0200
commitc426bbcf954889883859bdefdb84496416810090 (patch)
tree9e6f75812689824fc6208b5921c2e2ec221de88a /Makefile.am
parent6d71094ce5b6d02538b32693b32355d373b46883 (diff)
downloadmpd-c426bbcf954889883859bdefdb84496416810090.tar.gz
mpd-c426bbcf954889883859bdefdb84496416810090.tar.xz
mpd-c426bbcf954889883859bdefdb84496416810090.zip
client: moved struct client to client_internal.h
Prepare splitting client.c into several sources.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d2f6d6531..af3089ee1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -87,6 +87,7 @@ mpd_headers = \
src/icy_server.h \
src/icy_metadata.h \
src/client.h \
+ src/client_internal.h \
src/listen.h \
src/log.h \
src/ls.h \