Edit

kc3-lang/pkgconf/tests/lib2

Branch :

  • Show log

    Commit

  • Author : William Pitcock
    Date : 2013-04-09 07:39:27
    Hash : 6db657c5
    Message : testsuite: fix testsuite typos

  • 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} -lfoo
    Cflags: -fPIC -I${includedir}/foo