Edit

kc3-lang/libffi/libffi.pc.in

Branch :

  • Show log

    Commit

  • Author : Anthony Green
    Date : 2009-10-04 23:53:11
    Hash : 5cbe2058
    Message : Initial stand-alone patch.

  • libffi.pc.in
  • prefix=@prefix@
    exec_prefix=@exec_prefix@
    libdir=@libdir@
    includedir=${libdir}/@PACKAGE_NAME@-@PACKAGE_VERSION@/include
    
    Name: @PACKAGE_NAME@
    Description: Library supporting Foreign Function Interfaces
    Version: @PACKAGE_VERSION@
    Libs: -L${libdir} -lffi
    Cflags: -I${includedir}