From a0ff313ab79e47962962ada773da79b17b2e9156 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 4 Oct 2006 17:53:12 +0000 Subject: gst/rtsp/Makefile.am: Dist new .h file too. Original commit message from CVS: * gst/rtsp/Makefile.am: Dist new .h file too. --- ChangeLog | 5 +++++ gst/rtsp/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 34024eb1..f8ab59fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-10-04 Wim Taymans + + * gst/rtsp/Makefile.am: + Dist new .h file too. + 2006-10-04 Wim Taymans * gst/rtsp/Makefile.am: diff --git a/gst/rtsp/Makefile.am b/gst/rtsp/Makefile.am index 95eeca69..51bc003a 100644 --- a/gst/rtsp/Makefile.am +++ b/gst/rtsp/Makefile.am @@ -20,4 +20,4 @@ test_SOURCES = test.c rtspdefs.c rtspurl.c rtspconnection.c rtspmessage.c rtsptr test_CFLAGS = $(GST_CFLAGS) test_LDFLAGS = $(GST_LIBS) $(WIN32_LIBS) -noinst_HEADERS = gstrtspsrc.h gstrtsp.h gstrtpdec.h rtsptransport.h rtsp.h rtspurl.h rtspconnection.h rtspdefs.h rtspmessage.h sdp.h sdpmessage.h rtspextwms.h +noinst_HEADERS = gstrtspsrc.h gstrtsp.h gstrtpdec.h rtsptransport.h rtsp.h rtspurl.h rtspconnection.h rtspdefs.h rtspmessage.h sdp.h sdpmessage.h rtspextwms.h rtspext.h -- cgit