diff options
Diffstat (limited to 'gst/videocrop/Makefile.am')
-rw-r--r-- | gst/videocrop/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gst/videocrop/Makefile.am b/gst/videocrop/Makefile.am new file mode 100644 index 00000000..f881428b --- /dev/null +++ b/gst/videocrop/Makefile.am @@ -0,0 +1,10 @@ +plugindir = $(libdir)/gst + +plugin_LTLIBRARIES = libgstvideocrop.la + +libgstvideocrop_la_SOURCES = gstvideocrop.c +libgstvideocrop_la_CFLAGS = $(GST_CFLAGS) +libgstvideocrop_la_LIBADD = +libgstvideocrop_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) + +noinst_HEADERS = |