From 7afe63aa06cd1f7ed797b53f75942b952edcefe1 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 22 Dec 2014 10:28:15 +0100 Subject: configure.ac: use MPD_ENABLE_AUTO_PKG_LIB for libgme --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 5904019ed..e1c19bb13 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1017,7 +1017,7 @@ libdecoder_a_SOURCES += \ src/decoder/plugins/SndfileDecoderPlugin.hxx endif -if HAVE_GME +if ENABLE_GME libdecoder_a_SOURCES += \ src/decoder/plugins/GmeDecoderPlugin.cxx src/decoder/plugins/GmeDecoderPlugin.hxx endif -- cgit v1.2.3