ebml/libebml.pc.in
Jan Engelhardt 87532e8cab build: use automake as a build system
Also provide a convenient pkg-config file at the same time.
2014-08-10 11:23:09 +09:00

11 lines
230 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libebml
Description: Library for parsing EBML data structures
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lebml
Cflags: -I${includedir}