From: Marko Kreen Date: Fri, 3 Aug 2007 12:43:32 +0000 (+0000) Subject: add varcache.c to makefile also X-Git-Tag: pgbouncer_1_1~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3893cde9e6cf7a9b9e9ad13377126dd34112989b;p=pgbouncer add varcache.c to makefile also --- 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 \