mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +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 = \
|
||||
rtsp-server.h \
|
||||
rtsp-client.h \
|
||||
rtsp-media.h
|
||||
rtsp-media.h \
|
||||
rtsp-session-pool.h \
|
||||
rtsp-session.h \
|
||||
|
||||
c_sources = \
|
||||
rtsp-server.c \
|
||||
|
@ -10,10 +12,6 @@ c_sources = \
|
|||
rtsp-session-pool.c \
|
||||
rtsp-session.c
|
||||
|
||||
noinst_HEADERS = \
|
||||
rtsp-session-pool.h \
|
||||
rtsp-session.h
|
||||
|
||||
lib_LTLIBRARIES = \
|
||||
libgstrtspserver-@GST_MAJORMINOR@.la
|
||||
|
||||
|
|
Loading…
Reference in a new issue