diff options
author | Max Kellermann <max@duempel.org> | 2010-06-08 21:40:51 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2010-06-08 21:40:51 +0200 |
commit | 53f08a95eb6d15354c35bca5ae789d480cf8f839 (patch) | |
tree | 5f2d232abf7f12de00f171979dba005a8f016da7 | |
parent | d0d2d6ed1bd197120c78042594291ada2bd6af60 (diff) | |
download | mpd-53f08a95eb6d15354c35bca5ae789d480cf8f839.tar.gz mpd-53f08a95eb6d15354c35bca5ae789d480cf8f839.tar.xz mpd-53f08a95eb6d15354c35bca5ae789d480cf8f839.zip |
Makefile.am: distribute open.h
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 04caccfb6..bcde10dea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -132,6 +132,7 @@ mpd_headers = \ src/chunk.h \ src/path.h \ src/mapper.h \ + src/open.h \ src/output/httpd_client.h \ src/output/httpd_internal.h \ src/output/pulse_output_plugin.h \ |