diff options
Diffstat (limited to 'sys/vcd/Makefile.am')
-rw-r--r-- | sys/vcd/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/vcd/Makefile.am b/sys/vcd/Makefile.am new file mode 100644 index 00000000..d116c106 --- /dev/null +++ b/sys/vcd/Makefile.am @@ -0,0 +1,8 @@ +plugindir = $(libdir)/gst + +plugin_LTLIBRARIES = libvcdsrc.la + +libvcdsrc_la_SOURCES = vcdsrc.c +libvcdsrc_la_CFLAGS = $(GST_CFLAGS) + +noinst_HEADERS = vcdsrc.h |