From d0c3fa015039e005af658619fd7b4289c9abcd6f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 28 Sep 2012 00:40:00 +0200 Subject: main: use C++ compiler --- Makefile.am | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 7b9c49e9d..98a7713ad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -124,7 +124,6 @@ mpd_headers = \ src/listen.h \ src/log.h \ src/ls.h \ - src/main.h \ src/mixer_all.h \ src/mixer_api.h \ src/mixer_control.h \ @@ -300,8 +299,8 @@ src_mpd_SOURCES = \ src/log.c \ src/ls.c \ src/io_thread.c src/io_thread.h \ - src/main.c \ - src/main_win32.c \ + src/Main.cxx src/Main.hxx \ + src/Win32Main.cxx \ src/event_pipe.c \ src/daemon.c \ src/AudioCompress/compress.c \ @@ -356,7 +355,7 @@ src_mpd_SOURCES = \ src/string_util.c \ src/volume.c \ src/SongFilter.cxx src/SongFilter.hxx \ - src/PlaylistFile.cxx src/PlaylistFile.h \ + src/PlaylistFile.cxx src/PlaylistFile.hxx \ src/timer.c # -- cgit v1.2.3