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 committed by Tim-Philipp Müller
parent f0d1ab1c1f
commit fdae491de7

View file

@ -13,6 +13,7 @@ noinst_HEADERS = gstrtpbin.h \
gstrtpclient.h \ gstrtpclient.h \
async_jitter_queue.h \ async_jitter_queue.h \
gstrtpjitterbuffer.h \ gstrtpjitterbuffer.h \
gstrtpptdemux.h \
gstrtpsession.h gstrtpsession.h
libgstrtpmanager_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(ERROR_CFLAGS) libgstrtpmanager_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(ERROR_CFLAGS)