Add libctb to the list of libraries to build
authorshenki <shenki@01035d8c-6547-0410-b346-abe4f91aad63>
Fri, 7 Jun 2013 00:55:20 +0000 (00:55 +0000)
committershenki <shenki@01035d8c-6547-0410-b346-abe4f91aad63>
Fri, 7 Jun 2013 00:55:20 +0000 (00:55 +0000)
It will not be downloaded nor built with the current configuration.
Thanks to Curt, WE7U on the codec2 mailing list for discovering this one.

git-svn-id: https://svn.code.sf.net/p/freetel/code@1311 01035d8c-6547-0410-b346-abe4f91aad63

fdmdv2/src/Makefile.linux

index ab6db1b4a9c9b27cb3705a7455ef710b69f3d8d1..b0de67a46012be433582c409f422aeb35c257047 100644 (file)
@@ -88,6 +88,7 @@ endif
 CTB=libctb-0.16
 CTB_INC=-I$(CTB)/include
 CTB_LIB=$(CTB)/lib/libctb-0.16.a
+LIBS_TO_BUILD += $(CTB)/.built
 
 # FreeDV ------------------------------------------------