Also allow #include <taglib/foo.h> with taglib.pc and friends

Closes #495
This commit is contained in:
Scott Wheeler
2020-12-20 14:09:49 +00:00
parent 91b00b17b2
commit 6656528f18
3 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ do
flags="$flags -L$libdir -ltag @ZLIB_LIBRARIES_FLAGS@"
;;
--cflags)
flags="$flags -I$includedir/taglib"
flags="$flags -I$includedir -I$includedir/taglib"
;;
--version)
echo @TAGLIB_LIB_VERSION_STRING@