mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-10 22:01:29 +00:00
small fix
Original commit message from CVS: small fix
This commit is contained in:
parent
d8dc45098d
commit
ae307ae6fd
1 changed files with 2 additions and 2 deletions
|
@ -27,9 +27,9 @@ DIST_SUBDIRS = include libs gst tools tests testsuite examples docs
|
|||
|
||||
all-local: gstreamer-@GST_MAJORMINOR@.pc gstreamer-@GST_MAJORMINOR@-uninstalled.pc
|
||||
|
||||
gstreamer-@GST_MAJORMINOR@.pc: gstreamer.pc
|
||||
gstreamer-@GST_MAJORMINOR@.pc: gstreamer.pc gstreamer.pc.in
|
||||
cp gstreamer.pc gstreamer-@GST_MAJORMINOR@.pc
|
||||
gstreamer-@GST_MAJORMINOR@-uninstalled.pc: gstreamer.pc
|
||||
gstreamer-@GST_MAJORMINOR@-uninstalled.pc: gstreamer-uninstalled.pc gstreamer-uninstalled.pc.in
|
||||
cp gstreamer-uninstalled.pc gstreamer-@GST_MAJORMINOR@-uninstalled.pc
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
|
|
Loading…
Reference in a new issue