From 94d87fb90134e98fa5125ad9ab4912906874845e Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 23 Dec 2001 16:28:00 +0000 Subject: adding arts and artds, no checks yet Original commit message from CVS: adding arts and artds, no checks yet --- ext/artsd/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ext/artsd/Makefile.am (limited to 'ext/artsd/Makefile.am') 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) -- cgit v1.2.1