notify: convert to C++

This commit is contained in:
Max Kellermann
2013-01-10 10:44:04 +01:00
parent e0a97a030f
commit b8cda53bd3
7 changed files with 80 additions and 101 deletions

View File

@@ -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 \