diff options
Diffstat (limited to 'gst/interleave/Makefile.am')
-rw-r--r-- | gst/interleave/Makefile.am | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gst/interleave/Makefile.am b/gst/interleave/Makefile.am deleted file mode 100644 index 3477933c..00000000 --- a/gst/interleave/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ - -plugin_LTLIBRARIES = libgstinterleave.la - -libgstinterleave_la_SOURCES = plugin.c interleave.c deinterleave.c -libgstinterleave_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) -libgstinterleave_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) -libgstinterleave_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) - -noinst_HEADERS = plugin.h interleave.h deinterleave.h |