diff options
author | David Schleef <ds@schleef.org> | 2003-07-29 00:01:30 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-07-29 00:01:30 +0000 |
commit | 190850342b762f0e7b25c1c4c3e84a92da70efd5 (patch) | |
tree | 00437e2d674c531ca8495a3bc704114bad90c41d /tests | |
parent | 68c32e2d14b9bbf6757440f8f49ff5524564156e (diff) | |
download | gstreamer-plugins-base-190850342b762f0e7b25c1c4c3e84a92da70efd5.tar.gz |
fix installing into wrong dir
Original commit message from CVS:
fix installing into wrong dir
Diffstat (limited to 'tests')
-rw-r--r-- | tests/old/examples/gob/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/old/examples/gob/Makefile.am b/tests/old/examples/gob/Makefile.am index 3b57967f5..4709f0a9c 100644 --- a/tests/old/examples/gob/Makefile.am +++ b/tests/old/examples/gob/Makefile.am @@ -1,5 +1,5 @@ -plugindir = $(libdir)/gst +plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstidentity2.la |