summaryrefslogtreecommitdiffstats
path: root/ext/spc/Makefile.am
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-08-07 06:59:41 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-08-07 06:59:41 +0200
commit7ddfae8a4a1e3c361b8c78c6bee6a02a6862e321 (patch)
tree214c9bbe05754f8b04a34bf5e75b025d1312973b /ext/spc/Makefile.am
parente3cc12769288a4cdd4ba06c501451ebfec942ee6 (diff)
downloadgst-plugins-bad-7ddfae8a4a1e3c361b8c78c6bee6a02a6862e321.tar.gz
gst-plugins-bad-7ddfae8a4a1e3c361b8c78c6bee6a02a6862e321.tar.bz2
gst-plugins-bad-7ddfae8a4a1e3c361b8c78c6bee6a02a6862e321.zip
spc: Really remove old SPC code
Diffstat (limited to 'ext/spc/Makefile.am')
-rw-r--r--ext/spc/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/ext/spc/Makefile.am b/ext/spc/Makefile.am
deleted file mode 100644
index 89f0f721..00000000
--- a/ext/spc/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-plugin_LTLIBRARIES = libgstspc.la
-
-libgstspc_la_SOURCES = gstspc.c tag.c
-
-libgstspc_la_CFLAGS = $(GST_CFLAGS) $(SPC_CFLAGS)
-libgstspc_la_LIBADD = $(GST_LIBS) $(SPC_LIBS)
-libgstspc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstspc_la_LIBTOOLFLAGS = --tag=disable-static
-
-noinst_HEADERS = gstspc.h tag.h