From c13972b3b1c86787a8f59ef1f5a9718494482fd4 Mon Sep 17 00:00:00 2001 From: Robert Lind Date: Mon, 12 Jul 2010 13:22:45 +0200 Subject: Updated Makefile to enable build of lbp variant with multimedia. Added pthread library as build flag for non-Android builds. ST-Ericsson ID: (Box wk10.24) Change-Id: I8f83c6e65ea05721113d0aa3f28688bee9d40530 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/2767 Reviewed-by: Johan MOSSBERG Reviewed-by: Robert LIND Tested-by: Robert LIND --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 04f2724..0a4859a 100755 --- a/Makefile +++ b/Makefile @@ -20,6 +20,10 @@ INSTALL_SOLIB = blt_hw INSTALL_HEADER = blt_api.h +ifneq ($(MMSYSTEM),android) +FLAGS_blt_hw += -lpthread +endif + todo: solib #------------------------------- -- cgit v1.2.3