1# the standard variables don't make sense for an uninstalled copy 2prefix= 3exec_prefix= 4libdir=@allocatorslibdir@ 5# includedir is builddir because it is used to find gstconfig.h in places 6includedir=@abs_top_builddir@/gst-libs 7girdir=@abs_top_builddir@/gst-libs/gst/allocators 8typelibdir=@abs_top_builddir@/gst-libs/gst/allocators 9 10Name: GStreamer Allocators Library, Uninstalled 11Description: Allocators implementation, uninstalled 12Version: @VERSION@ 13Requires: gstreamer-@GST_API_VERSION@ 14Libs: -L${libdir} -lgstallocators-@GST_API_VERSION@ 15Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs 16 17