Edit

kc3-lang/pkgconf/tests/lib2

Branch :

  • Show log

    Commit

  • Author : Michał Górny
    Date : 2012-05-03 09:04:48
    Hash : 482b65f1
    Message : Tests for PKG_CONFIG_PATH ordering.

  • foo.pc
  • prefix=/usr
    exec_prefix=${prefix}
    libdir=${prefix}/lib
    includedir=${prefix}/include
    
    Name: foo
    Description: A testing pkg-config file
    Version: 1.2.3
    Libs: -L${libdir} -lbar
    Cflags: -fPIC -I${includedir}/bar