From: SeokYeon Hwang Date: Thu, 22 Jan 2015 08:36:24 +0000 (+0900) Subject: build: built protobuf independently X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.2~586^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ddfb718a6341721ba756ee0f6e33e16cf25dfdbb;p=sdk%2Femulator%2Fqemu.git build: built protobuf independently Change-Id: I39810ad5a7a93d1e06ce002ebf72984c69a74b67 Signed-off-by: SeokYeon Hwang --- diff --git a/tizen/src/Makefile.objs b/tizen/src/Makefile.objs index 14a547a2f8..9197368044 100644 --- a/tizen/src/Makefile.objs +++ b/tizen/src/Makefile.objs @@ -14,6 +14,9 @@ obj-y += ui/ # maru display obj-y += display/ +# protobuf +obj-y += distrib/protobuf/protobuf-c.o + # ECS obj-y += ecs/ diff --git a/tizen/src/ecs/Makefile.objs b/tizen/src/ecs/Makefile.objs index e5fb63da0f..bc0a7542c0 100644 --- a/tizen/src/ecs/Makefile.objs +++ b/tizen/src/ecs/Makefile.objs @@ -1,4 +1,4 @@ -obj-y += genmsg/ecs.pb-c.o genmsg/ecs_ids.pb-c.o ../distrib/protobuf/protobuf-c.o +obj-y += genmsg/ecs.pb-c.o genmsg/ecs_ids.pb-c.o obj-y += ecs.o ecs_msg.o ecs_msg_injector.o ecs_msg_device.o obj-y += ecs_mon.o ecs-json-streamer.o obj-y += ecs_eventcast.o diff --git a/tizen/src/eventcast/Makefile.objs b/tizen/src/eventcast/Makefile.objs index d6bc934bf5..26dfd40103 100644 --- a/tizen/src/eventcast/Makefile.objs +++ b/tizen/src/eventcast/Makefile.objs @@ -1,4 +1,4 @@ -obj-y += genmsg/eventcast.pb-c.o # protobuf-c.o +obj-y += genmsg/eventcast.pb-c.o obj-y += common.o obj-y += sensor.o obj-y += touch.o