diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 92a2a9f55..0966a2a66 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,6 +34,7 @@ mpd_headers = \ src/check.h \ src/notify.h \ src/ack.h \ + src/ape.h \ src/audio.h \ src/audio_format.h \ src/audio_check.h \ @@ -186,6 +187,7 @@ mpd_headers = \ src/refcount.h \ src/replay_gain_config.h \ src/replay_gain_info.h \ + src/replay_gain_ape.h \ src/sig_handlers.h \ src/song.h \ src/song_print.h \ @@ -412,6 +414,8 @@ TAG_LIBS = \ $(ID3TAG_LIBS) TAG_SRC = \ + src/ape.c \ + src/replay_gain_ape.c \ src/tag_ape.c if HAVE_ID3TAG |