From: Wim Taymans Date: Tue, 3 Apr 2007 09:51:13 +0000 (+0000) Subject: gst/rtpmanager/Makefile.am: Add .h file so it can be disted properly. X-Git-Tag: 1.19.3~509^2~9985 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fdae491de7e2c014e62560c03a4f5ca40ded9368;p=platform%2Fupstream%2Fgstreamer.git 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. --- diff --git a/gst/rtpmanager/Makefile.am b/gst/rtpmanager/Makefile.am index 561bf52..e51cafa 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)