diff options
Diffstat (limited to 'gst/rawparse/Makefile.am')
-rw-r--r-- | gst/rawparse/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gst/rawparse/Makefile.am b/gst/rawparse/Makefile.am new file mode 100644 index 00000000..ba235ea0 --- /dev/null +++ b/gst/rawparse/Makefile.am @@ -0,0 +1,8 @@ + +plugin_LTLIBRARIES = libgstrawparse.la + +libgstrawparse_la_SOURCES = gstrawparse.c gstaudioparse.c gstvideoparse.c plugin.c +libgstrawparse_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) +libgstrawparse_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) +libgstrawparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) + |