11 lines
217 B
PkgConfig
11 lines
217 B
PkgConfig
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@
|
||
|
|
||
|
Name: recovery
|
||
|
Description: recovery services package
|
||
|
Version: @VERSION@
|
||
|
libs: -L${libdir} -lretouch
|
||
|
Cflags: -I${includedir}/recovery
|