From 192e29107d874b952b267b3584bf154da3314827 Mon Sep 17 00:00:00 2001 From: Jochen Keil Date: Tue, 31 Mar 2009 21:48:04 +0200 Subject: Configure/Make dependencies for cue/cue_tag.h/.c Autoconf/automake support for libcue which is needed for cue/cue_tag.h/.c. Libcue will have/has pkg-config support so this is fairly straightforward. --- Makefile.am | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 34e46a87d..c11e8db11 100644 --- a/Makefile.am +++ b/Makefile.am @@ -152,7 +152,8 @@ mpd_headers = \ src/archive_api.h \ src/archive_internal.h \ src/archive_list.h \ - src/input/archive_input_plugin.h + src/input/archive_input_plugin.h \ + src/cue/cue_tag.h src_mpd_SOURCES = \ $(mpd_headers) \ @@ -295,7 +296,8 @@ DECODER_CFLAGS = \ $(FLUIDSYNTH_CFLAGS) \ $(WILDMIDI_CFLAGS) \ $(MAD_CFLAGS) \ - $(FFMPEG_CFLAGS) + $(FFMPEG_CFLAGS) \ + $(CUE_CFLAGS) DECODER_LIBS = \ $(OGGVORBIS_LIBS) $(FLAC_LIBS) \ @@ -306,7 +308,8 @@ DECODER_LIBS = \ $(WILDMIDI_LIBS) \ $(MAD_LIBS) \ $(MP4FF_LIBS) \ - $(FFMPEG_LIBS) + $(FFMPEG_LIBS) \ + $(CUE_LIBS) DECODER_SRC = \ src/decoder_buffer.c \ @@ -415,6 +418,9 @@ src_mpd_SOURCES += src/zeroconf-bonjour.c endif endif +if HAVE_CUE +DECODER_SRC += src/cue/cue_tag.c +endif # # input plugins -- cgit v1.2.3