diff options
author | Max Kellermann <max@duempel.org> | 2014-12-22 10:28:15 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-12-22 10:28:15 +0100 |
commit | 7afe63aa06cd1f7ed797b53f75942b952edcefe1 (patch) | |
tree | 0cc8cbd59c76b553b1ed6942a58ffccab007cdba /Makefile.am | |
parent | 8fab855099f61de50df8d9cf5724fc0fa7203561 (diff) | |
download | mpd-7afe63aa06cd1f7ed797b53f75942b952edcefe1.tar.gz mpd-7afe63aa06cd1f7ed797b53f75942b952edcefe1.tar.xz mpd-7afe63aa06cd1f7ed797b53f75942b952edcefe1.zip |
configure.ac: use MPD_ENABLE_AUTO_PKG_LIB for libgme
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |