diff options
Diffstat (limited to 'gst/bayer/Makefile.am')
-rw-r--r-- | gst/bayer/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gst/bayer/Makefile.am b/gst/bayer/Makefile.am new file mode 100644 index 00000000..04c09326 --- /dev/null +++ b/gst/bayer/Makefile.am @@ -0,0 +1,6 @@ +plugin_LTLIBRARIES = libgstbayer.la + +libgstbayer_la_SOURCES = gstbayer.c gstbayer2rgb.c +libgstbayer_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) +libgstbayer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -lgstbase-0.10 + |