Makefile.am: use TREMOR_CFLAGS and TREMOR_LIBS

Don't append those two CFLAGS/LIBS in configure.ac.
This commit is contained in:
Max Kellermann
2009-04-01 22:45:00 +02:00
parent 780ce49249
commit b914d3f6eb
2 changed files with 9 additions and 6 deletions
+3 -2
View File
@@ -291,7 +291,7 @@ endif
# decoder plugins
DECODER_CFLAGS = \
$(OGGVORBIS_CFLAGS) \
$(OGGVORBIS_CFLAGS) $(TREMOR_CFLAGS) \
$(patsubst -I%/FLAC,-I%,$(FLAC_CFLAGS)) \
$(AUDIOFILE_CFLAGS) \
$(LIBMIKMOD_CFLAGS) \
@@ -304,7 +304,8 @@ DECODER_CFLAGS = \
$(CUE_CFLAGS)
DECODER_LIBS = \
$(OGGVORBIS_LIBS) $(FLAC_LIBS) \
$(OGGVORBIS_LIBS) $(TREMOR_LIBS) \
$(FLAC_LIBS) \
$(AUDIOFILE_LIBS) $(LIBMIKMOD_LIBS) \
$(MODPLUG_LIBS) \
$(SIDPLAY_LIBS) \