pkg-config: rename gst-rtsp-server-0.11.pc to gstreamer-rtsp-server-0.11.pc

For consistency with all other modules.
This commit is contained in:
Tim-Philipp Müller 2012-02-13 11:40:44 +00:00
parent e67a1c664c
commit 3173fee92b
4 changed files with 6 additions and 6 deletions

View file

@ -242,8 +242,8 @@ tests/Makefile
bindings/Makefile
bindings/vala/Makefile
pkgconfig/Makefile
pkgconfig/gst-rtsp-server.pc
pkgconfig/gst-rtsp-server-uninstalled.pc
pkgconfig/gstreamer-rtsp-server.pc
pkgconfig/gstreamer-rtsp-server-uninstalled.pc
docs/Makefile
docs/version.entities
docs/libs/Makefile

View file

@ -1,8 +1,8 @@
pcfiles = \
gst-rtsp-server-@GST_MAJORMINOR@.pc
gstreamer-rtsp-server-@GST_MAJORMINOR@.pc
pcfiles_uninstalled = \
gst-rtsp-server-@GST_MAJORMINOR@-uninstalled.pc
gstreamer-rtsp-server-@GST_MAJORMINOR@-uninstalled.pc
all-local: $(pcfiles) $(pcfiles_uninstalled)
@ -16,6 +16,6 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = $(pcfiles)
EXTRA_DIST = \
gst-rtsp-server.pc.in \
gst-rtsp-server-uninstalled.pc.in
gstreamer-rtsp-server.pc.in \
gstreamer-rtsp-server-uninstalled.pc.in
CLEANFILES = $(pcfiles) $(pcfiles_uninstalled)