[dasher] Build fix



commit c4b3b1e9c6bb3c3fe0b9dfb299298032463083f6
Author: Patrick Welche <prlw1 cam ac uk>
Date:   Sat Aug 13 10:41:03 2011 +0100

    Build fix
    
    Only need to link to one copy of Common/libdashermisc.a.  BTW
    libdashermisc only contains one TraceOutput function which is only
    called via the macro DASHER_TRACEOUTPUT once in FrameRate.cpp.

 Src/Makefile.am |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/Src/Makefile.am b/Src/Makefile.am
index 29e37f2..9d7df91 100644
--- a/Src/Makefile.am
+++ b/Src/Makefile.am
@@ -30,12 +30,9 @@ dasher_LDADD = \
 	DasherCore/libdashercore.a \
 	DasherCore/libdasherprefs.a \
 	DasherCore/LanguageModelling/libdasherlm.a \
-	Common/libdashermisc.a \
 	$(GTKBUILD_LIBS) \
 	$(SPEECH_LIBS) \
-	-lexpat \
-	$(POPT_LIBS) \
-	$(GPELIB)
+	-lexpat
 #endif
 
 #if DOQTE



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]