mirror of
https://github.com/taglib/taglib.git
synced 2025-07-20 05:54:20 -04:00
Also allow #include <taglib/foo.h> with taglib.pc and friends
Closes #495
This commit is contained in:
@ -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@
|
||||
|
Reference in New Issue
Block a user