Fix some issues to pass distcheck

This commit is contained in:
Wim Taymans 2009-01-08 13:51:26 +01:00 committed by Wim Taymans
parent 55bdc67e49
commit 36fb0de01c
2 changed files with 6 additions and 0 deletions

View file

@ -1,6 +1,8 @@
noinst_PROGRAMS = gst-rtsp-server
INCLUDES = -I$(top_srcdir) -I$(srcdir)
gst_rtsp_server_SOURCES = \
main.c

View file

@ -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