Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Commit

Permalink
Add a varnishapi-uninstalled.pc file, for use by out-of-tree vmod
Browse files Browse the repository at this point in the history
building against an uninstalled Varnish build tree.
  • Loading branch information
mbgrydeland committed May 10, 2012
1 parent 4d14c2f commit 7bf7038
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Expand Up @@ -554,5 +554,6 @@ AC_CONFIG_FILES([
man/Makefile man/Makefile
redhat/Makefile redhat/Makefile
varnishapi.pc varnishapi.pc
varnishapi-uninstalled.pc
]) ])
AC_OUTPUT AC_OUTPUT
20 changes: 20 additions & 0 deletions varnishapi-uninstalled.pc.in
@@ -0,0 +1,20 @@
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

0 comments on commit 7bf7038

Please sign in to comment.