summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2012-09-13 21:26:29 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2012-09-14 12:47:13 -0400
commit0e9dcfae9440b7e5795f7526eebc3f39e5407d48 (patch)
treef3d70445ec9af107fe48bdde68927b8700b5f551 /Makefile.am
parent322e89addacb8b635f815e79047711c11d3ccc9e (diff)
Compile the plugin for both GStreamer 0.10 and 1.0
Revert this patch to drop GStreamer 0.10 support
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 2 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index e57540d..8efc185 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,21 +8,16 @@
include common.mk
-ALWAYS_SUBDIRS = \
+SUBDIRS = \
stun \
socket \
random \
agent \
nice \
+ gst \
docs \
tests
-SUBDIRS = $(ALWAYS_SUBDIRS)
-if WITH_GSTREAMER
-SUBDIRS += gst
-endif
-
-DIST_SUBDIRS = $(ALWAYS_SUBDIRS) gst
DISTCHECK_CONFIGURE_FLAGS = --disable-assert -enable-gtk-doc
EXTRA_DIST = \