Commit 7bf7038f authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Add a varnishapi-uninstalled.pc file, for use by out-of-tree vmod

building against an uninstalled Varnish build tree.
parent 4d14c2f7
......@@ -554,5 +554,6 @@ AC_CONFIG_FILES([
man/Makefile
redhat/Makefile
varnishapi.pc
varnishapi-uninstalled.pc
])
AC_OUTPUT
prefix=@prefix@
exec_prefix=@exec_prefix@
bindir=@bindir@
sbindir=@sbindir@
libdir=@libdir@
includedir=@includedir@
pkgincludedir=${includedir}/@PACKAGE@
datarootdir=@datarootdir@
datadir=@datadir@
pkgdatadir=${datadir}/@PACKAGE@
pkgdataincludedir=${pkgdatadir}/include
vmoddir=${libdir}/@PACKAGE@/vmods
builddir=@abs_top_builddir@
srcdir=@abs_top_srcdir@
Name: VarnishAPI
Description: Varnish API
Version: @PACKAGE_VERSION@
Cflags: -I${includedir}/@PACKAGE@
Libs: -L${libdir} -lvarnishapi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment