mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
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:
parent
93b433bd16
commit
d99773bc39
2 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue