diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 419b27a9..108a55f2 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -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 |