PageRenderTime 49ms CodeModel.GetById 23ms RepoModel.GetById 1ms app.codeStats 0ms

/mordor/libmordoryaml.pc.in

http://github.com/mozy/mordor
Autoconf | 11 lines | 10 code | 1 blank | 0 comment | 1 complexity | dc1521d4a7d1bb73bf2a74bff498158f MD5 | raw file
Possible License(s): BSD-3-Clause
  1. prefix=@prefix@
  2. exec_prefix=@exec_prefix@
  3. libdir=@libdir@
  4. includedir=@includedir@
  5. Name: libmordoryaml
  6. Description: YAML parsing support for libmordor
  7. Requires: mordor yaml
  8. Version: @PACKAGE_VERSION@
  9. Libs: -L${libdir} -lmordoryaml
  10. Cflags: -I${includedir}