summaryrefslogtreecommitdiff
path: root/client/ug-client.c
diff options
context:
space:
mode:
authorSemun Lee <sm79.lee@samsung.com>2016-05-27 15:54:33 +0900
committerSemun Lee <sm79.lee@samsung.com>2016-05-27 15:54:33 +0900
commit2de9503e18a3566e6ce23cf3407508341665dc0b (patch)
tree9daef97014c4ab28f5c77a23057dc0a0f701563f /client/ug-client.c
parentc03ad4957f334b9e42b4fab1e2fc42e12e078451 (diff)
downloadui-gadget-1-2de9503e18a3566e6ce23cf3407508341665dc0b.tar.gz
ui-gadget-1-2de9503e18a3566e6ce23cf3407508341665dc0b.tar.bz2
ui-gadget-1-2de9503e18a3566e6ce23cf3407508341665dc0b.zip
ug-client is used to launch ug apps. To use launchpad-loader, we need to build ug-client to be able to be opened using dlopen. Change-Id: Ia506c7b996d70f2ebaf706542db33d4f0e26bb92 Signed-off-by: Semun Lee <sm79.lee@samsung.com>
Diffstat (limited to 'client/ug-client.c')
-rw-r--r--client/ug-client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/ug-client.c b/client/ug-client.c
index b327eab..6b12695 100644
--- a/client/ug-client.c
+++ b/client/ug-client.c
@@ -620,6 +620,7 @@ static int update_argument(const char *optarg, struct appdata *ad)
return 0;
}
+__attribute__ ((visibility("default")))
int main(int argc, char *argv[])
{
int opt;