diff options
author | Max Kellermann <max@musicpd.org> | 2018-08-02 20:42:25 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-08-02 20:42:25 +0200 |
commit | e9881bbfc8598111b97fecbec39ab4a1141cdc3b (patch) | |
tree | c01f63581892efdcecd884ffb7e9e6281caeac1e /Makefile.am | |
parent | 69f4178bffd7b9bdfd79e4bfd4aece24c64b0adb (diff) |
configure.ac: detect libmikmod with pkg-config
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 7688f3096..ab4840640 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1249,7 +1249,7 @@ libdecoder_a_SOURCES += \ src/decoder/plugins/AudiofileDecoderPlugin.hxx endif -if ENABLE_MIKMOD_DECODER +if ENABLE_LIBMIKMOD libdecoder_a_SOURCES += \ src/decoder/plugins/MikmodDecoderPlugin.cxx \ src/decoder/plugins/MikmodDecoderPlugin.hxx |