gst/Makefile.am: Fix distcheck, hopefully (rtpmanager is already in GST_PLUGINS_ALL).

Original commit message from CVS:
* gst/Makefile.am:
Fix distcheck, hopefully (rtpmanager is already in GST_PLUGINS_ALL).
This commit is contained in:
Tim-Philipp Müller 2007-04-21 19:39:03 +00:00
parent adfb741d7c
commit 61a68fdaf3
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
* gst/Makefile.am:
Fix distcheck, hopefully (rtpmanager is already in GST_PLUGINS_ALL).
2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
* gst/rtpmanager/rtpsession.c: (rtp_session_finalize):

View file

@ -1,2 +1,2 @@
SUBDIRS = $(GST_PLUGINS_SELECTED)
DIST_SUBDIRS = $(GST_PLUGINS_ALL) rtpmanager
DIST_SUBDIRS = $(GST_PLUGINS_ALL)