From 02a6a46e86b4818ba5e19f9ece3b15249143d5e5 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 9 Oct 2011 17:36:02 +0200 Subject: configure.ac: don't append DESPOTIFY_LIBS to MPD_LIBS Use DESPOTIFY_LIBS in Makefile.am instead. Also, use DESPOTIFY_CFLAGS. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ccf74b9fd..b89810986 100644 --- a/Makefile.am +++ b/Makefile.am @@ -647,6 +647,7 @@ INPUT_CFLAGS = \ $(SOUP_CFLAGS) \ $(CDIO_PARANOIA_CFLAGS) \ $(FFMPEG_CFLAGS) \ + $(DESPOTIFY_CFLAGS) \ $(MMS_CFLAGS) INPUT_LIBS = \ @@ -654,6 +655,7 @@ INPUT_LIBS = \ $(SOUP_LIBS) \ $(CDIO_PARANOIA_LIBS) \ $(FFMPEG_LIBS) \ + $(DESPOTIFY_LIBS) \ $(MMS_LIBS) INPUT_SRC = \ -- cgit v1.2.3