diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-20 20:25:24 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-20 20:25:24 +0000 |
commit | e382fe90cb1f3933f2334a1acb23b1d57cfaeeec (patch) | |
tree | 673cdd364691a09b69c852419dbdbeb8f938b02a /sys/vcd/Makefile.am | |
parent | 3eebb84a1fdbfbc10b41765d92516d2f06e5698f (diff) | |
download | gst-plugins-bad-e382fe90cb1f3933f2334a1acb23b1d57cfaeeec.tar.gz gst-plugins-bad-e382fe90cb1f3933f2334a1acb23b1d57cfaeeec.tar.bz2 gst-plugins-bad-e382fe90cb1f3933f2334a1acb23b1d57cfaeeec.zip |
unforming dir names
Original commit message from CVS:
unforming dir names
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 |