From: des Date: Fri, 9 Nov 2007 22:59:44 +0000 (+0000) Subject: Forgot to commit this when vtmpfile.c was added. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98443026bec0e0d0aa05632c847463e5a1da5b4b;p=varnish Forgot to commit this when vtmpfile.c was added. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2251 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/lib/libvarnish/Makefile.am b/varnish-cache/lib/libvarnish/Makefile.am index c377ae8d..7caf48c7 100644 --- a/varnish-cache/lib/libvarnish/Makefile.am +++ b/varnish-cache/lib/libvarnish/Makefile.am @@ -16,7 +16,8 @@ libvarnish_la_SOURCES = \ version.c \ vpf.c \ vsb.c \ - vss.c + vss.c \ + vtmpfile.c libvarnish_la_CFLAGS = -include config.h