ext/Makefile.am: Build the wildmidi plugin if it's enabled and not only when both, the timidity and wildmidi plugin, ...

Original commit message from CVS:
Patch by: Emilio Pozuelo Monfort <pochu at ubuntu dot com>
* ext/Makefile.am:
Build the wildmidi plugin if it's enabled and not only when
both, the timidity and wildmidi plugin, are enabled.
This commit is contained in:
Emilio Pozuelo Monfort 2008-02-24 04:24:20 +00:00 committed by Sebastian Dröge
parent 77d09884c6
commit 48ce4915e1
3 changed files with 15 additions and 1 deletions

View file

@ -1,3 +1,11 @@
2008-02-24 Sebastian Dröge <slomo@circular-chaos.org>
Patch by: Emilio Pozuelo Monfort <pochu at ubuntu dot com>
* ext/Makefile.am:
Build the wildmidi plugin if it's enabled and not only when
both, the timidity and wildmidi plugin, are enabled.
2008-02-23 Tim-Philipp Müller <tim at centricular dot net>
* configure.ac:

2
common

@ -1 +1 @@
Subproject commit ce296a6e04ac824523dbf7bf836f91e14012ab9d
Subproject commit a574e6214b06fcbdfc00e952e2f3edc06997ee93

View file

@ -202,6 +202,12 @@ else
TIMIDITY_DIR=
endif
if USE_WILDMIDI
TIMIDITY_DIR=timidity
else
TIMIDITY_DIR=
endif
# if USE_POLYP
# POLYP_DIR=polyp
# else