diff options
author | David I. Lehn <dlehn@users.sourceforge.net> | 2002-01-12 03:24:34 +0000 |
---|---|---|
committer | David I. Lehn <dlehn@users.sourceforge.net> | 2002-01-12 03:24:34 +0000 |
commit | 0fd881fbf57a1e2a05c42c26c0fb5508a0c8d2d6 (patch) | |
tree | 9ad38a6122533147120cf3a6b2eb77ea38172796 /ext | |
parent | a593a343b020dcc98c5b44f3c5c8602628159f21 (diff) | |
download | gst-plugins-bad-0fd881fbf57a1e2a05c42c26c0fb5508a0c8d2d6.tar.gz gst-plugins-bad-0fd881fbf57a1e2a05c42c26c0fb5508a0c8d2d6.tar.bz2 gst-plugins-bad-0fd881fbf57a1e2a05c42c26c0fb5508a0c8d2d6.zip |
enable festival build
Original commit message from CVS:
* enable festival build
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 27ce866c..bd24b637 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -64,11 +64,11 @@ else ESD_DIR= endif -## if USE_FESTIVAL -## FESTIVAL_DIR=festival -## else +if USE_FESTIVAL +FESTIVAL_DIR=festival +else FESTIVAL_DIR= -## endif +endif if USE_GSM GSM_DIR=gsm |