Fix installing plugin in wrong dir

Original commit message from CVS:
Fix installing plugin in wrong dir
This commit is contained in:
Jan Schmidt 2003-07-29 00:12:30 +00:00
parent 333aa50f50
commit 8c768ff53e
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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