Mercurial > hg > libxtract
annotate libxtract.pc.in @ 102:7a5859764ccd
Fix for 'multiple symbol definitions' vs 'symbol not defined' dilemna. I think the solution is to wrap the globals in a struct, declare it in a header, and wrap with a definition guard, then define _once_ at library init time. (Sounds like a recipe for something...)
author | Jamie Bullock <jamie@postlude.co.uk> |
---|---|
date | Tue, 16 Oct 2007 09:37:06 +0000 |
parents | 582330cfa6e5 |
children |
rev | line source |
---|---|
jamie@13 | 1 prefix=@prefix@ |
jamie@13 | 2 exec_prefix=@exec_prefix@ |
jamie@13 | 3 libdir=@libdir@ |
jamie@13 | 4 includedir=@includedir@ |
jamie@13 | 5 |
jamie@13 | 6 Name: libxtract |
jamie@13 | 7 Description: A lightweight feature extraction library |
jamie@13 | 8 Version: @VERSION@ |
jamie@13 | 9 Libs: -L${libdir} -lxtract |
jamie@13 | 10 Cflags: -I${includedir} |