diff options
author | Max Kellermann <max@duempel.org> | 2013-01-02 22:43:56 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-02 22:43:56 +0100 |
commit | d65ad1bf151383722802d4bb13b12a33b97480e4 (patch) | |
tree | bdbb428484e61a53764ff8df2eeb2c245158e7e6 /Makefile.am | |
parent | 43cbbe111b2429b41b1896f228625cf5692c3d88 (diff) | |
download | mpd-d65ad1bf151383722802d4bb13b12a33b97480e4.tar.gz mpd-d65ad1bf151383722802d4bb13b12a33b97480e4.tar.xz mpd-d65ad1bf151383722802d4bb13b12a33b97480e4.zip |
mapper: convert to C++
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 76ec6a612..67734ab85 100644 --- a/Makefile.am +++ b/Makefile.am @@ -130,7 +130,6 @@ mpd_headers = \ src/pipe.h \ src/chunk.h \ src/path.h \ - src/mapper.h \ src/open.h \ src/output/httpd_client.h \ src/output/httpd_internal.h \ @@ -283,7 +282,7 @@ src_mpd_SOURCES = \ src/pipe.c \ src/chunk.c \ src/path.c \ - src/mapper.c \ + src/Mapper.cxx src/Mapper.hxx \ src/page.c \ src/permission.c \ src/PlayerThread.cxx src/PlayerThread.hxx \ |