libexpat/expat/expat.pc.in

12 lines
251 B
PkgConfig
Raw Normal View History

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: @_EXPAT_TARGET@
Version: @PACKAGE_VERSION@
Description: expat XML parser
2009-01-18 22:35:06 -05:00
URL: http://www.libexpat.org
Libs: -L${libdir} -l@_EXPAT_TARGET@
Cflags: -I${includedir}