diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2006-10-04 17:53:12 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2006-10-04 17:53:12 +0000 |
commit | a0ff313ab79e47962962ada773da79b17b2e9156 (patch) | |
tree | cc0d3a6cbb6541e86a16a89d70ac2dea04b3faf3 | |
parent | 63c87f18994eb446e2d84d38c7be3dc81232de7d (diff) |
gst/rtsp/Makefile.am: Dist new .h file too.
Original commit message from CVS:
* gst/rtsp/Makefile.am:
Dist new .h file too.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | gst/rtsp/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,6 +1,11 @@ 2006-10-04 Wim Taymans <wim@fluendo.com> * gst/rtsp/Makefile.am: + Dist new .h file too. + +2006-10-04 Wim Taymans <wim@fluendo.com> + + * gst/rtsp/Makefile.am: * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps), (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp): * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), 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 |