diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | gst/rtpmanager/Makefile.am | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2007-04-03 Wim Taymans <wim@fluendo.com> + * gst/rtpmanager/Makefile.am: + Add .h file so it can be disted properly. + +2007-04-03 Wim Taymans <wim@fluendo.com> + * configure.ac: * gst/rtpmanager/Makefile.am: * gst/rtpmanager/async_jitter_queue.c: (async_jitter_queue_new), diff --git a/gst/rtpmanager/Makefile.am b/gst/rtpmanager/Makefile.am index 561bf52d..e51cafad 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) |