summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-01-04 10:11:20 +0200
committerSebastian Dröge <sebastian@centricular.com>2016-01-04 10:21:21 +0200
commitecb3636579632212f180b478a00bfd9d8f0ce0a9 (patch)
treed0dbec9a5e187045594c2bd6a43f1353fbdfea9b /Makefile.am
parent14b945de5a98fe3d3ab306651ad3ecb494a1743d (diff)
player: Build against GstPlayer version from gst-plugins-bad everywhere
The old version with everything included and buildable against GStreamer 1.6 can still be found in the gst-player-0.1 branch and will be continued to be updated for a while.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 2 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am
index 8e88802..ea77ddc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,13 +1,7 @@
-ACLOCAL_AMFLAGS = -I m4
-
-if HAVE_CHECK
-tests_dir = tests
-endif
-
if HAVE_GTK
gtk_dir = gtk
endif
-SUBDIRS = lib gst-play $(gtk_dir) $(tests_dir) docs pkgconfig
-DIST_SUBDIRS = android gst-play gtk ios lib tests docs pkgconfig
+SUBDIRS = gst-play $(gtk_dir)
+DIST_SUBDIRS = android gst-play gtk ios