mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
fix for leif
Original commit message from CVS: fix for leif
This commit is contained in:
parent
0cf6544080
commit
6dc37c1f02
1 changed files with 4 additions and 1 deletions
|
@ -27,12 +27,15 @@ DIST_SUBDIRS = include libs gst tools tests testsuite examples docs
|
|||
|
||||
gstreamer-@GST_MAJORMINOR@.pc: gstreamer.pc
|
||||
cp gstreamer.pc gstreamer-@GST_MAJORMINOR@.pc
|
||||
gstreamer-uninstalled-@GST_MAJORMINOR@.pc: gstreamer.pc
|
||||
cp gstreamer-uninstalled.pc gstreamer-@GST_MAJORMINOR@-uninstalled.pc
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = gstreamer-@GST_MAJORMINOR@.pc
|
||||
|
||||
EXTRA_DIST = gstreamer.spec.in \
|
||||
gstreamer.pc.in gstreamer-uninstalled.pc.in \
|
||||
gstreamer-@GST_MAJORMINOR@.pc.in \
|
||||
gstreamer-@GST_MAJORMINOR@-uninstalled.pc.in \
|
||||
configure.ac autogen.sh depcomp \
|
||||
REQUIREMENTS ABOUT-NLS RELEASE DOCBUILDING DEVEL \
|
||||
idiottest.mak common
|
||||
|
|
Loading…
Reference in a new issue