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
This commit is contained in:
Ryuan Choi 2013-06-14 09:25:38 +09:00
parent 8e644dd21e
commit c3e0b5fc7c
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ AM_CPPFLAGS = \
LDADD = \
@ELEMENTARY_LIBS@ \
@ELEMENTARY_ELOCATION_LIBS@ \
@ELEMENTARY_ETHUMB_LIBS@ \
@ELEMENTARY_EMAP_LIBS@ \
@ELEMENTARY_X_LIBS@ \