diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2008-12-12 18:10:58 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2008-12-14 16:44:03 +0000 |
commit | 43edb4dd7b8d0614a6c2be15dfa72f980dd55f1d (patch) | |
tree | 2d75eb716043e238e9cd8a24db2ea2f90cc011a5 /build/configure.ac.features | |
parent | bcea3151d66495f03d67ce71274203d0515caf4c (diff) |
Fix compilation with gcov
We need to add --coverage to LDFLAGS, so create CAIRO_LDFLAGS and use that
to populate AM_LDFLAGS.
Diffstat (limited to 'build/configure.ac.features')
-rw-r--r-- | build/configure.ac.features | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/configure.ac.features b/build/configure.ac.features index 71738083..a7311c18 100644 --- a/build/configure.ac.features +++ b/build/configure.ac.features @@ -143,6 +143,7 @@ CAIRO_ACCUMULATED_FEATURE_VARS_REGISTER([CFLAGS NONPKGCONFIG_CFLAGS],,[ ])dnl CAIRO_ACCUMULATED_FEATURE_VARS_REGISTER([LIBS NONPKGCONFIG_LIBS],,[ ],[$LIBS])dnl AC_SUBST(CAIRO_REQUIRES)dnl AC_SUBST(CAIRO_CFLAGS)dnl +AC_SUBST(CAIRO_LDFLAGS)dnl AC_SUBST(CAIRO_NONPKGCONFIG_CFLAGS)dnl AC_SUBST(CAIRO_LIBS)dnl AC_SUBST(CAIRO_NONPKGCONFIG_LIBS)dnl |