diff options
author | Max Kellermann <max@duempel.org> | 2009-01-01 18:51:38 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-01-01 18:51:38 +0100 |
commit | 46aedbae096a2702fa8879f3632eb60c910dc866 (patch) | |
tree | 488bd0cb1db3177d94e6554a733f2168851c1cd9 /src/Makefile.am | |
parent | 2f71b647f48592ced0811ec66907068a3e236d6a (diff) | |
download | mpd-46aedbae096a2702fa8879f3632eb60c910dc866.tar.gz mpd-46aedbae096a2702fa8879f3632eb60c910dc866.tar.xz mpd-46aedbae096a2702fa8879f3632eb60c910dc866.zip |
removed the signal_check libraries
Nobody is using the signal_check library anymore.
This patch also removes the SIGUSR1 handler.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 501bfe4e5..6bb12fda6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -62,7 +62,6 @@ mpd_headers = \ playlist.h \ playlist_save.h \ replay_gain.h \ - signal_check.h \ sig_handlers.h \ song.h \ song_print.h \ @@ -144,7 +143,6 @@ mpd_SOURCES = \ playlist_save.c \ replay_gain.c \ sig_handlers.c \ - signal_check.c \ song.c \ song_print.c \ song_save.c \ |