Edit

kc3-lang/pkgconf/tests/lib2

Branch :

  • Show log

    Commit

  • Author : William Pitcock
    Date : 2015-07-20 03:10:27
    Hash : d67a0401
    Message : testsuite: use /test as an explicit prefix on all tests

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