summaryrefslogtreecommitdiffstats
path: root/sys/dxr3/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dxr3/Makefile.am')
-rw-r--r--sys/dxr3/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/dxr3/Makefile.am b/sys/dxr3/Makefile.am
new file mode 100644
index 00000000..3edc8384
--- /dev/null
+++ b/sys/dxr3/Makefile.am
@@ -0,0 +1,11 @@
+plugindir = $(libdir)/gst
+
+plugin_LTLIBRARIES = libgstdxr3.la
+
+libgstdxr3_la_SOURCES = gstdxr3videosink.c gstdxr3.c
+libgstdxr3_la_CFLAGS = $(GST_CFLAGS)
+libgstdxr3_la_LIBADD =
+libgstdxr3_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+
+noinst_HEADERS = gstdxr3videosink.h
+