mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +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
|
noinst_PROGRAMS = gst-rtsp-server
|
||||||
|
|
||||||
|
INCLUDES = -I$(top_srcdir) -I$(srcdir)
|
||||||
|
|
||||||
gst_rtsp_server_SOURCES = \
|
gst_rtsp_server_SOURCES = \
|
||||||
main.c
|
main.c
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,10 @@ 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.la
|
libgstrtspserver.la
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue