]> granicus.if.org Git - pgbouncer/commitdiff
add varcache.c to makefile also
authorMarko Kreen <markokr@gmail.com>
Fri, 3 Aug 2007 12:43:32 +0000 (12:43 +0000)
committerMarko Kreen <markokr@gmail.com>
Fri, 3 Aug 2007 12:43:32 +0000 (12:43 +0000)
Makefile

index 93b35fd9d34a946436606fbee4b99c7fe147cdde..d163223f2156bb9e2ac800c619e29f4e83796848 100644 (file)
--- 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 \