From af65fefef7052b9c9ec6b3a43e7b82ecc29e7b91 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Luk=C3=A1=C5=A1=20Lalinsk=C3=BD?= Date: Tue, 20 Oct 2009 16:41:59 +0000 Subject: [PATCH] Fix typo in taglib_c.pc Patch by Modestas Vainius to fix a bug reported in Debian - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524696 git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1038111 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- bindings/c/taglib_c.pc.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/c/taglib_c.pc.cmake b/bindings/c/taglib_c.pc.cmake index a48ae0a6..61764fc3 100644 --- a/bindings/c/taglib_c.pc.cmake +++ b/bindings/c/taglib_c.pc.cmake @@ -9,4 +9,4 @@ Description: Audio meta-data library (C bindings) Requires: taglib Version: ${TAGLIB_LIB_MAJOR_VERSION}.${TAGLIB_LIB_MINOR_VERSION}.${TAGLIB_LIB_PATCH_VERSION} Libs: -L${LIB_INSTALL_DIR} -ltag_c -Cflags: -I=${INCLUDE_INSTALL_DIR}/taglib +Cflags: -I${INCLUDE_INSTALL_DIR}/taglib -- 2.40.0