diff options
Diffstat (limited to 'gst-libs/gst/resample')
-rw-r--r-- | gst-libs/gst/resample/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/resample/Makefile.am b/gst-libs/gst/resample/Makefile.am index 785abceb..15310d76 100644 --- a/gst-libs/gst/resample/Makefile.am +++ b/gst-libs/gst/resample/Makefile.am @@ -1,6 +1,6 @@ -## libdir = $(libdir)/gst +librarydir = $(libdir)/gst -lib_LTLIBRARIES = libgstresample.la +library_LTLIBRARIES = libgstresample.la if HAVE_CPU_I386 ARCHCFLAGS = -march=i486 |