diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
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 \ |