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 | 0e115bc63918feb9973b10fd5066bae101a3113b (patch) | |
tree | 2a4a16db5444a30670024e198efca9b867ccc4ab /examples/gob/Makefile.am | |
parent | a809c318db643a9acf2ca7153d2a6b953408dc12 (diff) | |
download | gst-plugins-bad-0e115bc63918feb9973b10fd5066bae101a3113b.tar.gz gst-plugins-bad-0e115bc63918feb9973b10fd5066bae101a3113b.tar.bz2 gst-plugins-bad-0e115bc63918feb9973b10fd5066bae101a3113b.zip |
fix installing into wrong dir
Original commit message from CVS:
fix installing into wrong dir
Diffstat (limited to 'examples/gob/Makefile.am')
-rw-r--r-- | examples/gob/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gob/Makefile.am b/examples/gob/Makefile.am index 3b57967f..4709f0a9 100644 --- a/examples/gob/Makefile.am +++ b/examples/gob/Makefile.am @@ -1,5 +1,5 @@ -plugindir = $(libdir)/gst +plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstidentity2.la |