summaryrefslogtreecommitdiff
path: root/pkgconfig
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-09-04 11:01:44 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-09-04 11:01:44 +0000
commit2b8354e94e28ecfab456e0a10edd2dc13f64f6c6 (patch)
treecca736088516eb289bfbdc8e3299dc3f6a12998d /pkgconfig
parent0fcba6ca574ca7d458cb4018843a3fe9c6a2ce85 (diff)
need to add -lcheck to the pkgconfig file
Original commit message from CVS: need to add -lcheck to the pkgconfig file
Diffstat (limited to 'pkgconfig')
-rw-r--r--pkgconfig/gstreamer-check-uninstalled.pc.in2
-rw-r--r--pkgconfig/gstreamer-check.pc.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgconfig/gstreamer-check-uninstalled.pc.in b/pkgconfig/gstreamer-check-uninstalled.pc.in
index 5707af0df..f734fc047 100644
--- a/pkgconfig/gstreamer-check-uninstalled.pc.in
+++ b/pkgconfig/gstreamer-check-uninstalled.pc.in
@@ -9,5 +9,5 @@ Description: Unit testing helper library for GStreamer modules
Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
Version: @VERSION@
-Libs: ${libdir}/libgstcheck-@GST_MAJORMINOR@.la
+Libs: ${libdir}/libgstcheck-@GST_MAJORMINOR@.la -lcheck
Cflags: -I${includedir}
diff --git a/pkgconfig/gstreamer-check.pc.in b/pkgconfig/gstreamer-check.pc.in
index d1bda6d68..3518af4cb 100644
--- a/pkgconfig/gstreamer-check.pc.in
+++ b/pkgconfig/gstreamer-check.pc.in
@@ -7,5 +7,5 @@ Name: GStreamer check unittesting
Description: Unit testing helper library for GStreamer modules
Requires: gstreamer-@GST_MAJORMINOR@
Version: @VERSION@
-Libs: -L${libdir} -lgstcheck-@GST_MAJORMINOR@
+Libs: -L${libdir} -lgstcheck-@GST_MAJORMINOR@ -lcheck
Cflags: -I${includedir}