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.
This commit is contained in:
Wim Taymans 2007-04-03 09:51:13 +00:00
parent 93b433bd16
commit d99773bc39
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
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:

View 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)