r5152 - trunk/varnish-cache/lib/libvmod_std

tfheen at varnish-cache.org tfheen at varnish-cache.org
Mon Aug 30 14:09:42 CEST 2010


Author: tfheen
Date: 2010-08-30 14:09:42 +0200 (Mon, 30 Aug 2010)
New Revision: 5152

Modified:
   trunk/varnish-cache/lib/libvmod_std/Makefile.am
Log:
Include files from builddir/include too

Modified: trunk/varnish-cache/lib/libvmod_std/Makefile.am
===================================================================
--- trunk/varnish-cache/lib/libvmod_std/Makefile.am	2010-08-30 12:02:17 UTC (rev 5151)
+++ trunk/varnish-cache/lib/libvmod_std/Makefile.am	2010-08-30 12:09:42 UTC (rev 5152)
@@ -1,6 +1,6 @@
 # $Id$
 
-INCLUDES = -I$(top_srcdir)/include
+INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include
 
 lib_LTLIBRARIES = libvmod_std.la
 




More information about the varnish-commit mailing list