diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2007-04-03 09:51:13 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2007-04-03 09:51:13 +0000 |
commit | d99773bc390ff590d10865982270e649494f952b (patch) | |
tree | 8a5fac92fa40df39bd889a97f51b1c65b557d783 /gst/rtpmanager | |
parent | 93b433bd166f99a7e86797077f8100607d5ab943 (diff) | |
download | gst-plugins-bad-d99773bc390ff590d10865982270e649494f952b.tar.gz gst-plugins-bad-d99773bc390ff590d10865982270e649494f952b.tar.bz2 gst-plugins-bad-d99773bc390ff590d10865982270e649494f952b.zip |
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.
Diffstat (limited to 'gst/rtpmanager')
-rw-r--r-- | gst/rtpmanager/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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) |