From b8cda53bd36809b6f61c2e42a673dfdcd43f0c1d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 10 Jan 2013 10:44:04 +0100 Subject: notify: convert to C++ --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 14617006..8011e104 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,7 +46,6 @@ src_mpd_LDADD = \ mpd_headers = \ src/check.h \ - src/notify.h \ src/ack.h \ src/ape.h \ src/audio_format.h \ @@ -166,7 +165,7 @@ src_mpd_SOURCES = \ src/thread/GLibCond.hxx \ src/glib_socket.h \ src/clock.c src/clock.h \ - src/notify.c \ + src/notify.cxx src/notify.hxx \ src/audio_config.c src/audio_config.h \ src/audio_check.c \ src/audio_format.c \ -- cgit v1.2.3