autotools: Fixed 'make check' for elm++ example.

Shouldn't pass -fPIC explicitly. Autoconf should be able to determine that.
This commit is contained in:
Savio Sena 2014-07-22 04:40:22 -03:00
parent 8b6ac56dc3
commit fc4ef12519
1 changed files with 1 additions and 3 deletions

View File

@ -303,7 +303,7 @@ efl_thread_4_SOURCES = efl_thread_4.c
endif
box_cxx_example_02_SOURCES = box_cxx_example_02.cc
box_cxx_example_02_CXXFLAGS = -fPIC \
box_cxx_example_02_CXXFLAGS = \
@ELEMENTARY_ELOCATION_CFLAGS@ \
@ELEMENTARY_EWEATHER_CFLAGS@ \
@ELEMENTARY_EMAP_CFLAGS@ \
@ -311,8 +311,6 @@ box_cxx_example_02_CXXFLAGS = -fPIC \
@ELEMENTARY_CFLAGS@ \
@ELEMENTARY_CXX_CFLAGS@
box_cxx_example_02_LDFLAGS = -fPIC
# This variable will hold the list of screenshots that will be made
# by "make screenshots". Each item in the list is of the form:
# <example executable>:<screenshot filename>:<delay in seconds>