mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 00:58:12 +00:00
Install rtsp-session and rtsp-session-pool headers
This commit is contained in:
parent
3f7bd92022
commit
b6e7986f45
1 changed files with 3 additions and 5 deletions
|
@ -1,7 +1,9 @@
|
||||||
public_headers = \
|
public_headers = \
|
||||||
rtsp-server.h \
|
rtsp-server.h \
|
||||||
rtsp-client.h \
|
rtsp-client.h \
|
||||||
rtsp-media.h
|
rtsp-media.h \
|
||||||
|
rtsp-session-pool.h \
|
||||||
|
rtsp-session.h \
|
||||||
|
|
||||||
c_sources = \
|
c_sources = \
|
||||||
rtsp-server.c \
|
rtsp-server.c \
|
||||||
|
@ -10,10 +12,6 @@ c_sources = \
|
||||||
rtsp-session-pool.c \
|
rtsp-session-pool.c \
|
||||||
rtsp-session.c
|
rtsp-session.c
|
||||||
|
|
||||||
noinst_HEADERS = \
|
|
||||||
rtsp-session-pool.h \
|
|
||||||
rtsp-session.h
|
|
||||||
|
|
||||||
lib_LTLIBRARIES = \
|
lib_LTLIBRARIES = \
|
||||||
libgstrtspserver-@GST_MAJORMINOR@.la
|
libgstrtspserver-@GST_MAJORMINOR@.la
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue