cscg24-guacamole

CSCG 2024 Challenge 'Guacamole Mashup'
git clone https://git.sinitax.com/sinitax/cscg24-guacamole
Log | Files | Refs | sfeed.txt

libtelnet.pc (228B)


      1prefix=/opt/guacamole
      2exec_prefix=${prefix}
      3libdir=${exec_prefix}/lib
      4includedir=${prefix}/include
      5
      6Name: libtelnet
      7Description: TELNET protocol handling library
      8Version: 0.23
      9Libs: -L${libdir} -ltelnet 
     10Cflags: -I${includedir}