2005-08-20 12:14:28 +00:00
|
|
|
# the standard variables don't make sense for an uninstalled copy
|
|
|
|
prefix=
|
|
|
|
exec_prefix=
|
2005-11-29 19:44:56 +00:00
|
|
|
libdir=${pcfiledir}/../libs/gst/check
|
2005-08-20 12:14:28 +00:00
|
|
|
includedir=${pcfiledir}/..
|
|
|
|
|
2005-10-15 13:24:54 +00:00
|
|
|
Name: GStreamer check unit testing, uninstalled
|
|
|
|
Description: Unit testing helper library for GStreamer modules, Not Installed
|
2005-08-20 12:14:28 +00:00
|
|
|
Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
|
|
|
|
Version: @VERSION@
|
|
|
|
|
2007-06-14 15:56:03 +00:00
|
|
|
Libs: ${libdir}/libgstcheck-@GST_MAJORMINOR@.la @CHECK_LIBS@ -lm
|
2007-07-13 14:11:22 +00:00
|
|
|
Cflags: -I${includedir} @CHECK_CFLAGS@
|