mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
Also generate uninstalled .pc files
Original commit message from CVS: Also generate uninstalled .pc files
This commit is contained in:
parent
6b3b7cb9ee
commit
3e892a2c7d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ else
|
||||||
EXAMPLES_DIR=
|
EXAMPLES_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
all-local: gstreamer-libs-@GST_MAJORMINOR@.pc gstreamer-play-@GST_MAJORMINOR@.pc
|
all-local: gstreamer-libs-@GST_MAJORMINOR@.pc gstreamer-play-@GST_MAJORMINOR@.pc gstreamer-libs-@GST_MAJORMINOR@-uninstalled.pc gstreamer-play-@GST_MAJORMINOR@-uninstalled.pc
|
||||||
gstreamer-libs-@GST_MAJORMINOR@.pc: gstreamer-libs.pc gstreamer-libs.pc.in
|
gstreamer-libs-@GST_MAJORMINOR@.pc: gstreamer-libs.pc gstreamer-libs.pc.in
|
||||||
cp gstreamer-libs.pc gstreamer-libs-@GST_MAJORMINOR@.pc
|
cp gstreamer-libs.pc gstreamer-libs-@GST_MAJORMINOR@.pc
|
||||||
gstreamer-play-@GST_MAJORMINOR@.pc: gstreamer-play.pc gstreamer-play.pc.in
|
gstreamer-play-@GST_MAJORMINOR@.pc: gstreamer-play.pc gstreamer-play.pc.in
|
||||||
|
|
Loading…
Reference in a new issue