12 lines
256 B
PkgConfig
12 lines
256 B
PkgConfig
prefix=@PREFIX@
|
|
includedir=${prefix}/include/System
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
|
|
Name: libApp
|
|
Description: DeforaOS System essential library
|
|
Version: @VERSION@
|
|
Requires: libSystem
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} @RPATH@ -lApp
|