diff options
-rw-r--r-- | ext/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index b2a8fda9..8273e68f 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -16,6 +16,18 @@ else ALSA_DIR= endif +if USE_ARTS +ARTS_DIR=arts +else +ARTS_DIR= +endif + +if USE_ARTSD +ARTSD_DIR=artsd +else +ARTSD_DIR= +endif + if USE_AUDIOFILE AUDIOFILE_DIR=audiofile else |