mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
Fix installing plugin in wrong dir
Original commit message from CVS: Fix installing plugin in wrong dir
This commit is contained in:
parent
333aa50f50
commit
8c768ff53e
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
## we need to specify the plugindir if we want libtool to build .so files ...
|
||||
plugindir=$(libdir)/gst
|
||||
plugindir=$(libdir)/gstreamer-@GST_MAJORMINOR@
|
||||
|
||||
plugin_LTLIBRARIES = libgstexample.la
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## we need to specify the plugindir if we want libtool to build .so files ...
|
||||
plugindir=$(libdir)/gst
|
||||
plugindir=$(libdir)/gstreamer-@GST_MAJORMINOR@
|
||||
|
||||
plugin_LTLIBRARIES = libgstexample.la
|
||||
|
||||
|
|
Loading…
Reference in a new issue