1230fdc108
Change-Id: Ieb49357166b392956df6554a06fcae83c8fd519d
11 lines
231 B
PkgConfig
11 lines
231 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: expat
|
|
Version: @PACKAGE_VERSION@
|
|
Description: expat XML parser
|
|
URL: http://www.libexpat.org
|
|
Libs: -L${libdir} -lexpat
|
|
Cflags: -I${includedir}
|