Mercurial > hg > audiodb
changeset 615:83f3217ee421
Added audioDB pkg-config check to configure.ac
author | mas01mj |
---|---|
date | Wed, 02 Sep 2009 09:32:35 +0000 |
parents | 9ac6a38671cf |
children | 881378d8309d |
files | sparql/librdf/configure.ac |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/sparql/librdf/configure.ac Tue Sep 01 15:37:32 2009 +0000 +++ b/sparql/librdf/configure.ac Wed Sep 02 09:32:35 2009 +0000 @@ -120,7 +120,7 @@ LDFLAGS="$LIBRDF_LDFLAGS" LIBS="$LIBRDF_LIBS" -PKG_CHECK_MODULES([DEPS], [raptor >= 1.4.17 rasqal >= 0.9.16 redland >= 1.0.9]) +PKG_CHECK_MODULES([DEPS], [audioDB raptor >= 1.4.17 rasqal >= 0.9.16 redland >= 1.0.9]) LIBS="$LIBS" CPPFLAGS="$CPPFLAGS"