From 9aedc8ac5380836f569a236d62d678ea08e3a160 Mon Sep 17 00:00:00 2001 From: shenki Date: Fri, 7 Jun 2013 00:55:20 +0000 Subject: [PATCH] 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 --- fdmdv2/src/Makefile.linux | 1 + 1 file changed, 1 insertion(+) 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 ------------------------------------------------ -- 2.25.1