diff options
author | Max Kellermann <max@duempel.org> | 2011-10-09 18:48:20 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-10-09 18:48:20 +0200 |
commit | db0bb425e72262eeae8f2855eff3db7ea1c58b04 (patch) | |
tree | e7728bd5503f08a0cf252bc6f6a5c6138361a8a6 | |
parent | e001dd2d452f801610e9e67fc0117c4a510d57e2 (diff) | |
download | mpd-db0bb425e72262eeae8f2855eff3db7ea1c58b04.tar.gz mpd-db0bb425e72262eeae8f2855eff3db7ea1c58b04.tar.xz mpd-db0bb425e72262eeae8f2855eff3db7ea1c58b04.zip |
Makefile.am: cue_tag.c belongs to libplaylist_plugins.a
-rw-r--r-- | Makefile.am | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/Makefile.am b/Makefile.am index 51e6d839e..08f5eb472 100644 --- a/Makefile.am +++ b/Makefile.am @@ -648,10 +648,6 @@ src_mpd_SOURCES += src/zeroconf-bonjour.c endif endif -if HAVE_CUE -libdecoder_plugins_a_SOURCES += src/cue/cue_tag.c -endif - # # input plugins # @@ -878,6 +874,7 @@ endif if HAVE_CUE libplaylist_plugins_a_SOURCES += src/playlist/cue_playlist_plugin.c +libplaylist_plugins_a_SOURCES += src/cue/cue_tag.c endif if HAVE_FLAC @@ -995,8 +992,6 @@ test_run_input_SOURCES = test/run_input.c \ src/tag.c src/tag_pool.c src/tag_save.c \ src/fd_util.c -test_dump_playlist_CPPFLAGS = $(AM_CPPFLAGS) \ - $(CUE_CFLAGS) test_dump_playlist_LDADD = \ $(PLAYLIST_LIBS) \ $(CUE_LIBS) \ @@ -1012,10 +1007,6 @@ test_dump_playlist_SOURCES = test/dump_playlist.c \ src/text_input_stream.c src/fifo_buffer.c \ src/fd_util.c -if HAVE_CUE -test_dump_playlist_SOURCES += src/cue/cue_tag.c -endif - if HAVE_FLAC test_dump_playlist_SOURCES += \ src/replay_gain_info.c \ |