diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-12-11 23:32:52 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-12-11 23:32:52 +0000 |
commit | 3288cbfdfed185c46c6f650eabc9ebd712946e71 (patch) | |
tree | 90fc4612303bb55eba233a37f4bdfe148448f24a | |
parent | b84badcf2d1c5b63cebf9834a1fb42cc7f554d08 (diff) |
fix 100982
Original commit message from CVS:
fix 100982
m--------- | common | 0 | ||||
-rw-r--r-- | gst-libs/gst/riff/Makefile.am | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/common b/common -Subproject 773e3a64961084c37477faa464f12add3dfcd6d +Subproject 79e6940e7ff1a6cbf959a1f7a0a3d1ed3f90d3e diff --git a/gst-libs/gst/riff/Makefile.am b/gst-libs/gst/riff/Makefile.am index 4290948f5..b8becdb93 100644 --- a/gst-libs/gst/riff/Makefile.am +++ b/gst-libs/gst/riff/Makefile.am @@ -1,4 +1,4 @@ -librarydir = $(prefix)/lib/gstreamer-@GST_MAJORMINOR@ +librarydir = $(libdir)/gstreamer-@GST_MAJORMINOR@ library_LTLIBRARIES = libgstriff.la |