diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 16:28:00 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 16:28:00 +0000 |
commit | 94d87fb90134e98fa5125ad9ab4912906874845e (patch) | |
tree | 4e983fc30525f24aa045519fe13b54fe16faadcc /ext/artsd/Makefile.am | |
parent | 8211ed26bd0bf66beb6f4baffdb18233adff30c4 (diff) | |
download | gst-plugins-bad-94d87fb90134e98fa5125ad9ab4912906874845e.tar.gz gst-plugins-bad-94d87fb90134e98fa5125ad9ab4912906874845e.tar.bz2 gst-plugins-bad-94d87fb90134e98fa5125ad9ab4912906874845e.zip |
adding arts and artds, no checks yet
Original commit message from CVS:
adding arts and artds, no checks yet
Diffstat (limited to 'ext/artsd/Makefile.am')
-rw-r--r-- | ext/artsd/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/artsd/Makefile.am b/ext/artsd/Makefile.am new file mode 100644 index 00000000..f41f73d6 --- /dev/null +++ b/ext/artsd/Makefile.am @@ -0,0 +1,9 @@ +plugindir = $(libdir)/gst + +plugin_LTLIBRARIES = libartsdsink.la + +libartsdsink_la_SOURCES = gstartsdsink.c +noinst_HEADERS = gstartsdsink.h + +libartsdsink_la_CFLAGS = $(ARTSC_CFLAGS) $(GST_CFLAGS) +libartsdsink_la_LIBADD = $(ARTSC_LIBS) |