From ec1eeeeaff10dbb93024adbe0d7288c9b6a92a7f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 30 Jun 2008 02:42:45 +0000 Subject: 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 --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.am') 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 \ -- cgit v1.2.3