mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-15 03:59:04 +00:00
13 lines
265 B
PkgConfig
13 lines
265 B
PkgConfig
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@
|
||
|
|
||
|
Name: nel-misc
|
||
|
Version: @VERSION@
|
||
|
Description: NeL @VERSION@
|
||
|
Reqiures:
|
||
|
Libs: -L${libdir}
|
||
|
Libs.private: @LIBS@ -lc -lpthread -lrt -ldl
|
||
|
Cflags: -I${includedir} -lc -lpthread -lrt -ldl
|