From: Marko Kreen Date: Fri, 16 Jan 2009 13:37:08 +0000 (+0000) Subject: add missing win32 files to tgz X-Git-Tag: pgbouncer_1_3_rc1~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9765f5bd6c08cb4fc20d48e350ebf73ea0a7375b;p=pgbouncer add missing win32 files to tgz --- diff --git a/Makefile b/Makefile index 6fad89d..83b3bbe 100644 --- a/Makefile +++ b/Makefile @@ -17,8 +17,9 @@ DATA = README NEWS AUTHORS etc/pgbouncer.ini etc/userlist.txt Makefile \ test/ctest7000.ini test/run-conntest.sh test/stress.py test/test.ini \ test/test.sh test/userlist.txt etc/example.debian.init.sh doc/fixman.py \ win32/eventmsg.mc win32/eventmsg.rc win32/MSG00001.bin \ + win32/Makefile win32/pgbevent.c \ win32/win32support.c win32/win32support.h -DIRS = doc etc include src debian test +DIRS = doc etc include src debian test win32 # keep autoconf stuff separate -include config.mak