diff options
author | Johan Dahlin <johan@gnome.org> | 2008-03-10 22:25:26 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-03-10 22:25:26 +0000 |
commit | 5b77b02a8d42f1544a9f5ccf2ed7494ca7858a04 (patch) | |
tree | 4cef926fe50c8beb7c8de2140065995a3b62afc7 /configure.ac | |
parent | f4f73ca8d38670f95182e0a15f5d826ae5e325b9 (diff) | |
download | gobject-introspection-5b77b02a8d42f1544a9f5ccf2ed7494ca7858a04.tar.gz |
Require automake 1.10 Add GCOV_LIBS to GILIBS
2008-03-10 Johan Dahlin <johan@gnome.org>
* autogen.sh:
Require automake 1.10
* configure.ac:
Add GCOV_LIBS to GILIBS
svn path=/trunk/; revision=142
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a901c0b2..00cbc3c4 100644 --- a/configure.ac +++ b/configure.ac @@ -74,7 +74,7 @@ PKG_CHECK_MODULES(GIREPO, [glib-2.0 gobject-2.0 gmodule-2.0]) # if we ever remove manual check for ffi and require .pc file, then # just put libffi in the PKG_CHECK_MODULES(GIREPO) deps -GIREPO_LIBS="$GIREPO_LIBS $FFI_LIBS" +GIREPO_LIBS="$GIREPO_LIBS $GCOV_LIBS $FFI_LIBS" GIREPO_CFLAGS="$GIREPO_CFLAGS $FFI_CFLAGS" GIREPO_CFLAGS="$GIREPO_CFLAGS $GCOV_CFLAGS" |