From: shenki Date: Fri, 7 Jun 2013 00:55:20 +0000 (+0000) Subject: Add libctb to the list of libraries to build X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=9aedc8ac5380836f569a236d62d678ea08e3a160;p=freetel-svn-tracking.git Add libctb to the list of libraries to build 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 --- diff --git a/fdmdv2/src/Makefile.linux b/fdmdv2/src/Makefile.linux index ab6db1b4..b0de67a4 100644 --- a/fdmdv2/src/Makefile.linux +++ b/fdmdv2/src/Makefile.linux @@ -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 ------------------------------------------------