gstreamer-rtsp-server: Add both srcdir and builddir to the include path

Just the build dir is not going to work for srcdir!=builddir.
This commit is contained in:
Sebastian Dröge 2017-02-27 19:10:44 +02:00
parent 2cd9214c8b
commit eb1ee7e28d

View file

@ -9,4 +9,4 @@ Description: GStreamer based RTSP server
Version: @VERSION@
Requires: gstreamer-@GST_API_VERSION@ gstreamer-plugins-base-@GST_API_VERSION@
Libs: -L${libdir} -lgstrtspserver-@GST_API_VERSION@
Cflags: -I${includedir} -I@srcdir@/..
Cflags: -I@abs_top_srcdir@ -I@abs_top_builddir@ -I@srcdir@/..