From 20fecc68743de398c255f26e1fa3950d1a6c59a6 Mon Sep 17 00:00:00 2001 From: Thijs Vermeir Date: Thu, 21 Jan 2010 18:11:34 +0100 Subject: [PATCH] flite: build and dist flite plugin fixing "make dist" --- ext/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/Makefile.am b/ext/Makefile.am index 66d39191fa..4f3c00a953 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -393,6 +393,7 @@ SUBDIRS=\ $(DVDNAV_DIR) \ $(FAAC_DIR) \ $(FAAD_DIR) \ + $(FLITE_DIR) \ $(GSM_DIR) \ $(G729_DIR) \ $(HERMES_DIR) \ @@ -448,6 +449,7 @@ DIST_SUBDIRS = \ directfb \ faac \ faad \ + flite \ gsm \ ivorbis \ ladspa \