aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2008-06-30 02:42:45 +0000
committerEric Wong <normalperson@yhbt.net>2008-06-30 02:42:45 +0000
commitec1eeeeaff10dbb93024adbe0d7288c9b6a92a7f (patch)
treef7743559042de5f578757a88283c4c0c79c1ed67 /src/Makefile.am
parentbec08358369930d4631f472fce94f8adb31cdc6b (diff)
downloadmpd-ec1eeeeaff10dbb93024adbe0d7288c9b6a92a7f.tar.gz
mpd-ec1eeeeaff10dbb93024adbe0d7288c9b6a92a7f.tar.xz
mpd-ec1eeeeaff10dbb93024adbe0d7288c9b6a92a7f.zip
http: split out auth code since it's mostly uninteresting for now
The auth code also has some ugly usages of string generation which I will eventually replace with something nicer... git-svn-id: https://svn.musicpd.org/mpd/trunk@7387 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9e053ef3e..a1809976a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -47,6 +47,7 @@ mpd_headers = \
inputStream.h \
inputStream_file.h \
inputStream_http.h \
+ inputStream_http_auth.h \
interface.h \
list.h \
listen.h \