summaryrefslogtreecommitdiffstats
path: root/sys/sunaudio/Makefile.am
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2006-01-11 15:34:52 +0000
committerChristian Schaller <uraeus@gnome.org>2006-01-11 15:34:52 +0000
commitb08efa5f3e323c089e3417674bd14ac876d7e425 (patch)
tree3250f2d1264fc410a70997dd117bc44ed3620cf6 /sys/sunaudio/Makefile.am
parent7c8d38fbc9fa7ffb7ee2dc40e7c298497ecd6355 (diff)
downloadgst-plugins-bad-b08efa5f3e323c089e3417674bd14ac876d7e425.tar.gz
gst-plugins-bad-b08efa5f3e323c089e3417674bd14ac876d7e425.tar.bz2
gst-plugins-bad-b08efa5f3e323c089e3417674bd14ac876d7e425.zip
remove old (broken) sunaudio plugin from bad as there is a new working one in -good
Original commit message from CVS: remove old (broken) sunaudio plugin from bad as there is a new working one in -good
Diffstat (limited to 'sys/sunaudio/Makefile.am')
-rw-r--r--sys/sunaudio/Makefile.am16
1 files changed, 0 insertions, 16 deletions
diff --git a/sys/sunaudio/Makefile.am b/sys/sunaudio/Makefile.am
deleted file mode 100644
index fff46318..00000000
--- a/sys/sunaudio/Makefile.am
+++ /dev/null
@@ -1,16 +0,0 @@
-plugin_LTLIBRARIES = libgstsunaudio.la
-
-libgstsunaudio_la_SOURCES = gstsunaudio.c \
- gstsunaudiosrc.c \
- gstsunelement.c \
- gstsunmixer.c
-
-
-libgstsunaudio_la_CFLAGS = $(GST_CFLAGS)
-libgstsunaudio_la_LIBADD = $(top_builddir)/gst-libs/gst/libgstinterfaces-@GST_MAJORMINOR@.la
-libgstsunaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-
-noinst_HEADERS = gstsunelement.h \
- gstsunaudiosrc.h \
- gstsunmixer.h
-