update uninstalled pc files

Original commit message from CVS:
update uninstalled pc files
This commit is contained in:
Thomas Vander Stichele 2005-11-29 19:44:56 +00:00
parent a08a8d8fea
commit 41f6c2b0fe
3 changed files with 5 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# the standard variables don't make sense for an uninstalled copy # the standard variables don't make sense for an uninstalled copy
prefix= prefix=
exec_prefix= exec_prefix=
libdir=${pcfiledir}/../gst/base libdir=${pcfiledir}/../libs/gst/base
includedir=${pcfiledir}/.. includedir=${pcfiledir}/..
Name: GStreamer base classes, uninstalled Name: GStreamer base classes, uninstalled

View file

@ -1,7 +1,7 @@
# the standard variables don't make sense for an uninstalled copy # the standard variables don't make sense for an uninstalled copy
prefix= prefix=
exec_prefix= exec_prefix=
libdir=${pcfiledir}/../gst/check libdir=${pcfiledir}/../libs/gst/check
includedir=${pcfiledir}/.. includedir=${pcfiledir}/..
Name: GStreamer check unit testing, uninstalled Name: GStreamer check unit testing, uninstalled

View file

@ -1,7 +1,8 @@
# the standard variables don't make sense for an uninstalled copy # the standard variables don't make sense for an uninstalled copy
prefix= prefix=
exec_prefix= exec_prefix=
libdir=${pcfiledir}/.. libdir=${pcfiledir}/../libs/gst/net
includedir=${pcfiledir}/.. includedir=${pcfiledir}/..
Name: GStreamer networking library, uninstalled Name: GStreamer networking library, uninstalled
@ -9,5 +10,5 @@ Description: Network-enabled GStreamer plug-ins and clocking, uninstalled
Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@ Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
Version: @VERSION@ Version: @VERSION@
Libs: ${libdir}/gst/net/libgstnet-@GST_MAJORMINOR@.la Libs: ${libdir}/libgstnet-@GST_MAJORMINOR@.la
Cflags: -I${includedir} Cflags: -I${includedir}