blob: 6747eb2b88d9dabb7f8272eb9ddc37519f30b0c3 [file] [log] [blame]
Sebastian Dröge5cdf3a32017-02-17 19:26:41 +02001# the standard variables don't make sense for an uninstalled copy
2prefix=
3exec_prefix=
4libdir=@abs_top_builddir@/gst-libs/gst/allocators/.libs
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 Bad Allocators Library, Uninstalled
11Description: Bad Allocators implementation, uninstalled
12Version: @VERSION@
13Requires: gstreamer-@GST_API_VERSION@
14Libs: -L${libdir} -lgstbadallocators-@GST_API_VERSION@
15Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs
16