aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-10 10:44:04 +0100
committerMax Kellermann <max@duempel.org>2013-01-10 10:44:04 +0100
commitb8cda53bd36809b6f61c2e42a673dfdcd43f0c1d (patch)
tree297e3f5d87d2304a7311549399d1896d377d0099 /Makefile.am
parente0a97a030fc4c6f978b2855c32f5da98b3e7fb78 (diff)
downloadmpd-b8cda53bd36809b6f61c2e42a673dfdcd43f0c1d.tar.gz
mpd-b8cda53bd36809b6f61c2e42a673dfdcd43f0c1d.tar.xz
mpd-b8cda53bd36809b6f61c2e42a673dfdcd43f0c1d.zip
notify: convert to C++
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 146170060..8011e104a 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 \