diff options
author | Olivier CrĂȘte <olivier.crete@collabora.com> | 2012-09-13 21:26:29 -0400 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.com> | 2012-09-14 12:47:13 -0400 |
commit | 0e9dcfae9440b7e5795f7526eebc3f39e5407d48 (patch) | |
tree | f3d70445ec9af107fe48bdde68927b8700b5f551 /Makefile.am | |
parent | 322e89addacb8b635f815e79047711c11d3ccc9e (diff) | |
download | libnice-0e9dcfae9440b7e5795f7526eebc3f39e5407d48.tar.gz |
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.am | 9 |
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 = \ |