aboutsummaryrefslogtreecommitdiffstats
path: root/data/apiextractor.pc.in
diff options
context:
space:
mode:
authorrenatofilho <renato.filho@openbossa.org>2010-09-20 18:54:27 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:09 -0300
commit614bab3782a20d534f3b17ba35d69518a9ac73c3 (patch)
treefe076f8e7efa36317101b6b686ce388203ef0032 /data/apiextractor.pc.in
parented78ef787f52a9c5f7d791e3f02a853c88ad6e3f (diff)
Use CMAKE_<CONFIG>_POSTFIX on config files, used for cmake and pkgconfig.
Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'data/apiextractor.pc.in')
-rw-r--r--data/apiextractor.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/apiextractor.pc.in b/data/apiextractor.pc.in
index 5b59fc63b..7559b9c77 100644
--- a/data/apiextractor.pc.in
+++ b/data/apiextractor.pc.in
@@ -7,5 +7,5 @@ Name: apiextractor
Description: Qt4 Binding Generator library
Requires: QtCore
Version: @apiextractor_VERSION@
-Libs: -L${libdir} -lapiextractor@apiextractor_SUFFIX@
+Libs: -L${libdir} -lapiextractor@apiextractor_SUFFIX@@LIBRARY_OUTPUT_SUFFIX@
Cflags: -I${includedir}/apiextractor@apiextractor_SUFFIX@