From 3893cde9e6cf7a9b9e9ad13377126dd34112989b Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Fri, 3 Aug 2007 12:43:32 +0000 Subject: [PATCH] add varcache.c to makefile also --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 93b35fd..d163223 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,11 @@ # sources SRCS = client.c loader.c objects.c pooler.c proto.c sbuf.c server.c util.c \ - admin.c stats.c takeover.c md5.c janitor.c pktbuf.c system.c main.c + admin.c stats.c takeover.c md5.c janitor.c pktbuf.c system.c main.c \ + varcache.c HDRS = client.h loader.h objects.h pooler.h proto.h sbuf.h server.h util.h \ admin.h stats.h takeover.h md5.h janitor.h pktbuf.h system.h bouncer.h \ - list.h mbuf.h + list.h mbuf.h varcache.h # data & dirs to include in tgz DATA = README NEWS etc/pgbouncer.ini Makefile config.mak.in config.h.in \ -- 2.39.5