Add Makefile entry for the media factory

This commit is contained in:
Wim Taymans 2009-01-20 19:45:28 +01:00 committed by Wim Taymans
parent 63ee9e050f
commit f38c390736

View file

@ -2,6 +2,7 @@ public_headers = \
rtsp-server.h \
rtsp-client.h \
rtsp-media.h \
rtsp-media-factory.h \
rtsp-session-pool.h \
rtsp-session.h
@ -9,6 +10,7 @@ c_sources = \
rtsp-server.c \
rtsp-client.c \
rtsp-media.c \
rtsp-media-factory.c \
rtsp-session-pool.c \
rtsp-session.c