You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
376 B
PkgConfig
15 lines
376 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
version=@VERSION@
|
|
|
|
INSTALL_MOD=@pkglibdir@
|
|
|
|
Name: lighttpd2
|
|
Description: modules for lighttpd2
|
|
Version: ${version}
|
|
Requires: glib-2.0
|
|
Libs: -module -export-dynamic -avoid-version -no-undefined -L${libdir} -llighttpd2-common-${version} -llighttpd2-shared-${version} -lev
|
|
Cflags: -I${includedir}
|