diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 1c18bc4a1..501bfe4e5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -44,7 +44,7 @@ mpd_headers = \ log.h \ ls.h \ main.h \ - main_notify.h \ + event_pipe.h \ daemon.h \ normalize.h \ compress.h \ @@ -125,7 +125,7 @@ mpd_SOURCES = \ log.c \ ls.c \ main.c \ - main_notify.c \ + event_pipe.c \ daemon.c \ normalize.c \ compress.c \ |