[experimental-ims] 7bf7038 Add a varnishapi-uninstalled.pc file, for use by out-of-tree vmod building against an uninstalled Varnish build tree.

Martin Blix Grydeland martin at varnish-software.com
Thu Dec 18 10:27:46 CET 2014


commit 7bf7038f4e577320b4c8e19fee89f3ef18c03725
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Fri Apr 13 13:39:01 2012 +0200

    Add a varnishapi-uninstalled.pc file, for use by out-of-tree vmod
    building against an uninstalled Varnish build tree.

diff --git a/configure.ac b/configure.ac
index e6ecfb9..20134a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -554,5 +554,6 @@ AC_CONFIG_FILES([
     man/Makefile
     redhat/Makefile
     varnishapi.pc
+    varnishapi-uninstalled.pc
 ])
 AC_OUTPUT
diff --git a/varnishapi-uninstalled.pc.in b/varnishapi-uninstalled.pc.in
new file mode 100644
index 0000000..3a8f744
--- /dev/null
+++ b/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



More information about the varnish-commit mailing list