Sebastian Dröge | 5cdf3a3 | 2017-02-17 19:26:41 +0200 | [diff] [blame] | 1 | # the standard variables don't make sense for an uninstalled copy |
| 2 | prefix= |
| 3 | exec_prefix= |
| 4 | libdir=@abs_top_builddir@/gst-libs/gst/allocators/.libs |
| 5 | # includedir is builddir because it is used to find gstconfig.h in places |
| 6 | includedir=@abs_top_builddir@/gst-libs |
| 7 | girdir=@abs_top_builddir@/gst-libs/gst/allocators |
| 8 | typelibdir=@abs_top_builddir@/gst-libs/gst/allocators |
| 9 | |
| 10 | Name: GStreamer Bad Allocators Library, Uninstalled |
| 11 | Description: Bad Allocators implementation, uninstalled |
| 12 | Version: @VERSION@ |
| 13 | Requires: gstreamer-@GST_API_VERSION@ |
| 14 | Libs: -L${libdir} -lgstbadallocators-@GST_API_VERSION@ |
| 15 | Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs |
| 16 | |