gst comes with some file called gnu-smalltalk.pc, used by pkg-config:

prefix = /usr/local
exec_prefix = ${prefix}
libdir = ${exec_prefix}/lib
moduledir = ${pkglibdir}
includedir = ${prefix}/include

Here is a proposed fix for this. It mimics gst-config.in definitions.

Thanks for the patch. I committed something similar, using this instead:

pkglibdir = ${libdir}/@PACKAGE@

Paolo


_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to