diff options
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 8fafcb7d3..fb1ff80f2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -132,7 +132,6 @@ mpd_headers = \ src/output/httpd_client.h \ src/output/httpd_internal.h \ src/page.h \ - src/permission.h \ src/player_control.h \ src/playlist.h \ src/playlist_error.h \ @@ -282,7 +281,7 @@ src_mpd_SOURCES = \ src/path.c \ src/Mapper.cxx src/Mapper.hxx \ src/page.c \ - src/permission.c \ + src/Permission.cxx src/Permission.hxx \ src/PlayerThread.cxx src/PlayerThread.hxx \ src/player_control.c \ src/playlist.c \ |