Fix some issues to pass distcheck
authorWim Taymans <wim.taymans@collabora.co.uk>
Thu, 8 Jan 2009 12:51:26 +0000 (13:51 +0100)
committerWim Taymans <wim@wtay.(none)>
Thu, 8 Jan 2009 12:51:26 +0000 (13:51 +0100)
examples/Makefile.am
gst/rtsp-server/Makefile.am

index f5b20c4..c25b521 100644 (file)
@@ -1,6 +1,8 @@
 
 noinst_PROGRAMS = gst-rtsp-server
 
+INCLUDES = -I$(top_srcdir) -I$(srcdir)
+
 gst_rtsp_server_SOURCES = \
        main.c 
 
index 752b55b..7ae1175 100644 (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