summaryrefslogtreecommitdiff
path: root/pkgconfig
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2005-11-29 17:47:06 +0000
committerAndy Wingo <wingo@pobox.com>2005-11-29 17:47:06 +0000
commit41f439b0a1926265c27a608e119eddb9fae5d772 (patch)
tree1a1b9c71d1a9fb727f88f78ba2eb0e71ecf9de4c /pkgconfig
parentd15194d0c7bb71c2688f7b3969d78ef675f386bc (diff)
downloadgstreamer-41f439b0a1926265c27a608e119eddb9fae5d772.tar.gz
Rename gstnet-tempname to gstnet. Fixes #322257.
Original commit message from CVS: 2005-11-29 Andy Wingo <wingo@pobox.com> * check/Makefile.am: * pkgconfig/gstreamer-net-uninstalled.pc.in: * pkgconfig/gstreamer-net.pc.in: * gst/net/Makefile.am: Rename gstnet-tempname to gstnet. Fixes #322257.
Diffstat (limited to 'pkgconfig')
-rw-r--r--pkgconfig/gstreamer-net-uninstalled.pc.in2
-rw-r--r--pkgconfig/gstreamer-net.pc.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgconfig/gstreamer-net-uninstalled.pc.in b/pkgconfig/gstreamer-net-uninstalled.pc.in
index 79de73edc2..7f5f2bfa2e 100644
--- a/pkgconfig/gstreamer-net-uninstalled.pc.in
+++ b/pkgconfig/gstreamer-net-uninstalled.pc.in
@@ -9,5 +9,5 @@ Description: Network-enabled GStreamer plug-ins and clocking, uninstalled
Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
Version: @VERSION@
-Libs: ${libdir}/gst/net/libgstnet-tempname-@GST_MAJORMINOR@.la
+Libs: ${libdir}/gst/net/libgstnet-@GST_MAJORMINOR@.la
Cflags: -I${includedir}
diff --git a/pkgconfig/gstreamer-net.pc.in b/pkgconfig/gstreamer-net.pc.in
index 69539b6f5e..4594d11392 100644
--- a/pkgconfig/gstreamer-net.pc.in
+++ b/pkgconfig/gstreamer-net.pc.in
@@ -7,5 +7,5 @@ Name: GStreamer networking library
Description: Network-enabled GStreamer plug-ins and clocking
Requires: gstreamer-@GST_MAJORMINOR@
Version: @VERSION@
-Libs: -L${libdir} -lgstnet-tempname-@GST_MAJORMINOR@
+Libs: -L${libdir} -lgstnet-@GST_MAJORMINOR@
Cflags: -I${includedir}