ryuan pushed a commit to branch master.

commit ff9294bc1b9e22586e0f69b0188f333b7f3b765f
Author: Ryuan Choi <[email protected]>
Date:   Fri Jun 14 09:25:38 2013 +0900

    Fix build break on example
    
    I got a below break while building example.
    
    /usr/bin/ld: location_example_01.o: undefined reference to symbol 
'elocation_address_free'
    /usr/bin/ld: note: 'elocation_address_free' is defined in DSO 
/usr/elocal/lib/libelocation.so.0 so try adding it to the linker command line
    /usr/elocal/lib/libelocation.so.0: could not read symbols: Invalid operation
---
 src/examples/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am
index 13d2797..432a57a 100644
--- a/src/examples/Makefile.am
+++ b/src/examples/Makefile.am
@@ -25,6 +25,7 @@ AM_CPPFLAGS = \
 
 LDADD = \
 @ELEMENTARY_LIBS@ \
+@ELEMENTARY_ELOCATION_LIBS@ \
 @ELEMENTARY_ETHUMB_LIBS@ \
 @ELEMENTARY_EMAP_LIBS@ \
 @ELEMENTARY_X_LIBS@ \

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to