From d99773bc390ff590d10865982270e649494f952b Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 3 Apr 2007 09:51:13 +0000 Subject: [PATCH] gst/rtpmanager/Makefile.am: Add .h file so it can be disted properly. Original commit message from CVS: * gst/rtpmanager/Makefile.am: Add .h file so it can be disted properly. --- ChangeLog | 5 +++++ gst/rtpmanager/Makefile.am | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9470b596bc..48b760c0d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-04-03 Wim Taymans + + * gst/rtpmanager/Makefile.am: + Add .h file so it can be disted properly. + 2007-04-03 Wim Taymans * configure.ac: diff --git a/gst/rtpmanager/Makefile.am b/gst/rtpmanager/Makefile.am index 561bf52d52..e51cafad8e 100644 --- a/gst/rtpmanager/Makefile.am +++ b/gst/rtpmanager/Makefile.am @@ -13,6 +13,7 @@ noinst_HEADERS = gstrtpbin.h \ gstrtpclient.h \ async_jitter_queue.h \ gstrtpjitterbuffer.h \ + gstrtpptdemux.h \ gstrtpsession.h libgstrtpmanager_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(ERROR_CFLAGS)