build: add CURL_LIBS in Makefile 50/19950/1
authorKitae Kim <kt920.kim@samsung.com>
Wed, 23 Apr 2014 11:39:02 +0000 (20:39 +0900)
committerKitae Kim <kt920.kim@samsung.com>
Wed, 23 Apr 2014 11:39:02 +0000 (20:39 +0900)
As CURL_LIBS variable has been created since qemu_2.0,
curl link has to be included in the Makefile to avoid link error.

Change-Id: I08df3015cc57fea44613f5e4b08eec42beefdda6
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
tizen/src/Makefile.tizen

index cf2a4e2..befaa32 100644 (file)
@@ -68,6 +68,7 @@ obj-y += emulator.o emul_state.o maru_err_table.o
 # osutil
 obj-y += osutil.o
 QEMU_CFLAGS += $(CURL_CFLAGS)
+LIBS += $(CURL_LIBS)
 
 ifdef CONFIG_LINUX
 obj-y += osutil-linux.o