Commit d8e72e64 authored by pixhawk's avatar pixhawk

Ensured Ubuntu 10.10 compatibility

parent 1134c31a
...@@ -108,7 +108,7 @@ linux-g++ { ...@@ -108,7 +108,7 @@ linux-g++ {
LIBS += \ LIBS += \
-L/usr/lib \ -L/usr/lib \
-lm \ -lm \
-lflite_cmu_us_kal16 \ -lflite_cmu_us_kal \
-lflite_usenglish \ -lflite_usenglish \
-lflite_cmulex \ -lflite_cmulex \
-lflite \ -lflite \
...@@ -150,7 +150,7 @@ linux-g++-64 { ...@@ -150,7 +150,7 @@ linux-g++-64 {
LIBS += \ LIBS += \
-L/usr/lib \ -L/usr/lib \
-lm \ -lm \
-lflite_cmu_us_kal16 \ -lflite_cmu_us_kal \
-lflite_usenglish \ -lflite_usenglish \
-lflite_cmulex \ -lflite_cmulex \
-lflite \ -lflite \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment