diff options
Diffstat (limited to 'gst-libs/gst/audio/Makefile.am')
-rw-r--r-- | gst-libs/gst/audio/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gst-libs/gst/audio/Makefile.am b/gst-libs/gst/audio/Makefile.am index ac16d969..be353e36 100644 --- a/gst-libs/gst/audio/Makefile.am +++ b/gst-libs/gst/audio/Makefile.am @@ -1,6 +1,7 @@ librarydir = $(libdir)/gstreamer-@GST_MAJORMINOR@ -library_LTLIBRARIES = libgstaudio.la libgstaudiofilter.la libgstaudiofilterexample.la +library_LTLIBRARIES = libgstaudio.la libgstaudiofilter.la +noinst_LTLIBRARIES = libgstaudiofilterexample.la EXTRA_DIST = gstaudiofiltertemplate.c make_filter CLEANFILES = gstaudiofilterexample.c |