mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
gst-libs/gst/rtsp/Makefile.am: Distribute, don't install md5.h
Original commit message from CVS: * gst-libs/gst/rtsp/Makefile.am: Distribute, don't install md5.h
This commit is contained in:
parent
0f80e462d9
commit
b5f896dad6
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-05-21 Felipe Contreras <felipe.contreras@gmail.com>
|
||||
|
||||
* gst-libs/gst/rtsp/Makefile.am:
|
||||
Distribute, don't install md5.h
|
||||
|
||||
2008-05-21 Julien Moutte <julien@fluendo.com>
|
||||
|
||||
* gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
|
||||
|
|
|
@ -28,9 +28,9 @@ libgstrtsp_@GST_MAJORMINOR@_la_SOURCES = gstrtspbase64.c \
|
|||
md5.c
|
||||
|
||||
nodist_libgstrtsp_@GST_MAJORMINOR@_la_SOURCES = $(built_sources)
|
||||
nodist_libgstrtspinclude_HEADERS = gstrtsp-enumtypes.h md5.h
|
||||
nodist_libgstrtspinclude_HEADERS = gstrtsp-enumtypes.h
|
||||
|
||||
noinst_HEADERS = gstrtsp.h
|
||||
noinst_HEADERS = gstrtsp.h md5.h
|
||||
|
||||
#gstrtspextwms.c
|
||||
#rtspextreal.c
|
||||
|
|
Loading…
Reference in a new issue