summaryrefslogtreecommitdiff
path: root/gst-libs/gst/base/Makefile.am
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-07-11 09:33:57 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-07-11 09:33:57 +0200
commitf701aa29b9831310b9a7da2d0de1ec37d0cce2fa (patch)
treeb0bd25b7657bd57f81532991a51f5a579fd8f81f /gst-libs/gst/base/Makefile.am
parentc57500a7f459555c5426d30d31b1ed3dfd0f1d87 (diff)
downloadgstreamer-plugins-bad-f701aa29b9831310b9a7da2d0de1ec37d0cce2fa.tar.gz
libs: Don't install headers and pc files for libgstwayland/badvideo/badbase
These will disappear after 1.4.0 and it would be rather annoying if people started depending on them. https://bugzilla.gnome.org/show_bug.cgi?id=732207
Diffstat (limited to 'gst-libs/gst/base/Makefile.am')
-rw-r--r--gst-libs/gst/base/Makefile.am10
1 files changed, 1 insertions, 9 deletions
diff --git a/gst-libs/gst/base/Makefile.am b/gst-libs/gst/base/Makefile.am
index c4e85883a..0d55368ef 100644
--- a/gst-libs/gst/base/Makefile.am
+++ b/gst-libs/gst/base/Makefile.am
@@ -9,16 +9,8 @@ libgstbadbase_@GST_API_VERSION@_la_CFLAGS = $(GST_CFLAGS) \
libgstbadbase_@GST_API_VERSION@_la_LIBADD = $(GST_LIBS)
libgstbadbase_@GST_API_VERSION@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
-libgstbadbase_@GST_API_VERSION@includedir = \
- $(includedir)/gstreamer-@GST_API_VERSION@/gst/base
-libgstbadbase_@GST_API_VERSION@include_HEADERS = \
+noinst_HEADERS = \
gstaggregator.h
EXTRA_DIST =
-CLEANFILES = *.gcno *.gcda *.gcov
-
-%.c.gcov: .libs/libgstbadbase_@GST_API_VERSION@_la-%.gcda %.c
- $(GCOV) -b -f -o $^ > $@.out
-
-gcov: $(libgstbadbase_@GST_API_VERSION@_la_SOURCES:=.gcov)