author | pohly <pohly> | 2005-06-16 20:45:45 (UTC) |
---|---|---|
committer | pohly <pohly> | 2005-06-16 20:45:45 (UTC) |
commit | 8af66795130275b1337f8ae06d249649ac273d0d (patch) (unidiff) | |
tree | f0a27c3a77211469f997a6112568d28a5b8d68ee | |
parent | bfaf122d10a24520dd8988128f06745447ad34ee (diff) | |
download | opie-8af66795130275b1337f8ae06d249649ac273d0d.zip opie-8af66795130275b1337f8ae06d249649ac273d0d.tar.gz opie-8af66795130275b1337f8ae06d249649ac273d0d.tar.bz2 |
8 and 16 bit flite plugins need to have different names
-rw-r--r-- | noncore/apps/opie-reader/FliteDyn16/FliteDyn16.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/opie-reader/FliteDyn16/FliteDyn16.pro b/noncore/apps/opie-reader/FliteDyn16/FliteDyn16.pro index 9fb7a56..d8cd15a 100644 --- a/noncore/apps/opie-reader/FliteDyn16/FliteDyn16.pro +++ b/noncore/apps/opie-reader/FliteDyn16/FliteDyn16.pro | |||
@@ -8,9 +8,9 @@ SOURCES = flitedyn.cpp | |||
8 | 8 | ||
9 | 9 | ||
10 | INTERFACES= | 10 | INTERFACES= |
11 | DESTDIR = $(OPIEDIR)/plugins/reader/outcodecs | 11 | DESTDIR = $(OPIEDIR)/plugins/reader/outcodecs |
12 | TARGET = flitedyn | 12 | TARGET = flitedyn16 |
13 | LIBS += -lflite_cmu_us_kal16 -lflite_usenglish -lflite_cmulex -lflite | 13 | LIBS += -lflite_cmu_us_kal16 -lflite_usenglish -lflite_cmulex -lflite |
14 | 14 | ||
15 | INCLUDEPATH+= $(OPIEDIR)/include | 15 | INCLUDEPATH+= $(OPIEDIR)/include |
16 | DEPENDPATH += $(OPIEDIR)/include | 16 | DEPENDPATH += $(OPIEDIR)/include |