mirror of
https://github.com/rozniak/xfce-winxp-tc.git
synced 2026-04-29 02:31:30 +00:00
14 lines
286 B
PkgConfig
14 lines
286 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/@ARCH_DIR@
|
|
includedir=${exec_prefix}/include
|
|
pkgconfigdir=/@ARCH_DIR@/pkgconfig
|
|
|
|
Name: @PROJECT_NAME@
|
|
Description: @PROJECT_DESCRIPTION@
|
|
Version: @PROJECT_VERSION@
|
|
|
|
Requires:
|
|
Libs: -L${libdir} -lwintc-exec
|
|
Cflags: -I${includedir}
|