Install rtsp-session and rtsp-session-pool headers

This commit is contained in:
Wim Taymans 2009-01-08 15:02:42 +01:00 committed by Wim Taymans
parent 3f7bd92022
commit b6e7986f45

View file

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