libexpat/expat/expat.pc.in

12 lines
231 B
PkgConfig
Raw Normal View History

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