summaryrefslogtreecommitdiff
path: root/src/Makefile_Evas.am
diff options
context:
space:
mode:
authorGustavo Sverzut Barbieri <barbieri@gmail.com>2012-12-30 13:30:13 +0000
committerGustavo Sverzut Barbieri <barbieri@gmail.com>2012-12-30 13:30:13 +0000
commit8ce53b64dad3d74241c4780b208beeab34cee8d8 (patch)
tree601b1a5a9f26b669adeed5bf67905033e791d53c /src/Makefile_Evas.am
parentb316f6a1a9117799c4e08af25548374111cf54b8 (diff)
downloadefl-8ce53b64dad3d74241c4780b208beeab34cee8d8.tar.gz
efl: fix valgrind build.
weird enough to build with memcheck.h you just need valgrind's CFLAGS, not its libraries as they are not supposed to be used like that, throwing many bgPlain_ errors (vgPlain_tl_pre_clo_init, vgPlain_free...) from libcoregrind-x86-linux.a SVN revision: 81901
Diffstat (limited to 'src/Makefile_Evas.am')
-rw-r--r--src/Makefile_Evas.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile_Evas.am b/src/Makefile_Evas.am
index 37db7fb5d3..8d8441cc71 100644
--- a/src/Makefile_Evas.am
+++ b/src/Makefile_Evas.am
@@ -207,6 +207,7 @@ lib_evas_libevas_la_CPPFLAGS = \
@EFL_CFLAGS@ \
@EFL_COV_CFLAGS@ \
@EVAS_CFLAGS@ \
+@VALGRIND_CFLAGS@ \
@ALTIVEC_CFLAGS@ \
@USE_EVIL_CFLAGS@