From 4bf974331864fd6f5c29e2c2f4c813c4c1f0159a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Mon, 29 Sep 2014 16:25:21 +0200 Subject: [PATCH] Integration of the function 'tzplatform_isadmin' MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I777a68d6b30b38b36f6496b9a8411922ebb57fad Signed-off-by: José Bollo --- src/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 7850f64..4d470ab 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,7 +7,9 @@ bin_PROGRAMS = tzplatform-get wrappersrcdir=$(shell pkg-config --variable=datadir tizen-platform-wrapper) SRC_FROMWRAPPER_STATIC= \ - static-api.c + static-api.c \ + isadmin.h \ + isadmin.c SRC_FROMWRAPPER_SHARED= \ buffer.h \ -- 2.7.4