mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 04:41:16 +00:00
Fix some issues to pass distcheck
This commit is contained in:
parent
55bdc67e49
commit
36fb0de01c
2 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
|
||||
noinst_PROGRAMS = gst-rtsp-server
|
||||
|
||||
INCLUDES = -I$(top_srcdir) -I$(srcdir)
|
||||
|
||||
gst_rtsp_server_SOURCES = \
|
||||
main.c
|
||||
|
||||
|
|
|
@ -9,6 +9,10 @@ c_sources = \
|
|||
rtsp-media.c \
|
||||
rtsp-session-pool.c \
|
||||
rtsp-session.c
|
||||
|
||||
noinst_HEADERS = \
|
||||
rtsp-session-pool.h \
|
||||
rtsp-session.h
|
||||
|
||||
lib_LTLIBRARIES = \
|
||||
libgstrtspserver.la
|
||||
|
|
Loading…
Reference in a new issue