mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
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:
parent
e67a1c664c
commit
3173fee92b
4 changed files with 6 additions and 6 deletions
|
@ -242,8 +242,8 @@ tests/Makefile
|
||||||
bindings/Makefile
|
bindings/Makefile
|
||||||
bindings/vala/Makefile
|
bindings/vala/Makefile
|
||||||
pkgconfig/Makefile
|
pkgconfig/Makefile
|
||||||
pkgconfig/gst-rtsp-server.pc
|
pkgconfig/gstreamer-rtsp-server.pc
|
||||||
pkgconfig/gst-rtsp-server-uninstalled.pc
|
pkgconfig/gstreamer-rtsp-server-uninstalled.pc
|
||||||
docs/Makefile
|
docs/Makefile
|
||||||
docs/version.entities
|
docs/version.entities
|
||||||
docs/libs/Makefile
|
docs/libs/Makefile
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
pcfiles = \
|
pcfiles = \
|
||||||
gst-rtsp-server-@GST_MAJORMINOR@.pc
|
gstreamer-rtsp-server-@GST_MAJORMINOR@.pc
|
||||||
|
|
||||||
pcfiles_uninstalled = \
|
pcfiles_uninstalled = \
|
||||||
gst-rtsp-server-@GST_MAJORMINOR@-uninstalled.pc
|
gstreamer-rtsp-server-@GST_MAJORMINOR@-uninstalled.pc
|
||||||
|
|
||||||
all-local: $(pcfiles) $(pcfiles_uninstalled)
|
all-local: $(pcfiles) $(pcfiles_uninstalled)
|
||||||
|
|
||||||
|
@ -16,6 +16,6 @@ pkgconfigdir = $(libdir)/pkgconfig
|
||||||
pkgconfig_DATA = $(pcfiles)
|
pkgconfig_DATA = $(pcfiles)
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
gst-rtsp-server.pc.in \
|
gstreamer-rtsp-server.pc.in \
|
||||||
gst-rtsp-server-uninstalled.pc.in
|
gstreamer-rtsp-server-uninstalled.pc.in
|
||||||
CLEANFILES = $(pcfiles) $(pcfiles_uninstalled)
|
CLEANFILES = $(pcfiles) $(pcfiles_uninstalled)
|
||||||
|
|
Loading…
Reference in a new issue