Fix build to link against the security-server-client 88/11488/1 accepted/tizen/20131029.175553 submit/tizen/20131029.013106
authorRusty Lynch <rusty.lynch@intel.com>
Mon, 28 Oct 2013 20:55:47 +0000 (13:55 -0700)
committerRusty Lynch <rusty.lynch@intel.com>
Mon, 28 Oct 2013 20:56:44 +0000 (13:56 -0700)
Change-Id: I3baca916a4c2f991af291c7eb19aad3e2ea80312
Signed-off-by: Rusty Lynch <rusty.lynch@intel.com>
src/homescreen/Makefile.am

index b3e2647..aefbceb 100644 (file)
@@ -2,7 +2,7 @@ AM_CFLAGS = $(GCC_CFLAGS)
 AM_CPPFLAGS = $(GCC_CXXFLAGS)
 AM_CXXFLAGS = $(GCC_CXXFLAGS)
 
-COMMON_LIBS = -lm -lwebsockets -lico-uxf-weston-plugin
+COMMON_LIBS = -lm -lwebsockets -lico-uxf-weston-plugin -lsecurity-server-client
 
 noinst_PROGRAMS   = \
        HomeScreen      \