gst/rtpmanager/Makefile.am: Add .h file so it can be disted properly.
authorWim Taymans <wim.taymans@gmail.com>
Tue, 3 Apr 2007 09:51:13 +0000 (09:51 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 3 Apr 2007 09:51:13 +0000 (09:51 +0000)
Original commit message from CVS:
* gst/rtpmanager/Makefile.am:
Add .h file so it can be disted properly.

ChangeLog
gst/rtpmanager/Makefile.am

index 9470b59..48b760c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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),
index 561bf52..e51cafa 100644 (file)
@@ -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)