mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
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:
parent
adfb741d7c
commit
61a68fdaf3
2 changed files with 6 additions and 1 deletions
|
@ -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):
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SUBDIRS = $(GST_PLUGINS_SELECTED)
|
||||
DIST_SUBDIRS = $(GST_PLUGINS_ALL) rtpmanager
|
||||
DIST_SUBDIRS = $(GST_PLUGINS_ALL)
|
||||
|
|
Loading…
Reference in a new issue