]> granicus.if.org Git - pgbouncer/commitdiff
Include lib/ in .tgz
authorMarko Kreen <markokr@gmail.com>
Mon, 12 Dec 2011 23:18:15 +0000 (01:18 +0200)
committerMarko Kreen <markokr@gmail.com>
Mon, 12 Dec 2011 23:18:15 +0000 (01:18 +0200)
Makefile

index a0bf29f089cb09cf73da6ffa406f724b6f2fb84f..b70a516eb7f447dda7c0f2a9395df111a4b47ce5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,9 @@ EXTRA_DIST = AUTHORS COPYRIGHT Makefile \
             test/Makefile test/asynctest.c test/conntest.sh test/ctest6000.ini \
             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/Makefile
+            win32/Makefile \
+            $(shell cd lib; git ls-files | sed 's,^,lib/,') \
+            lib/usual/config.h.in
 
 ifeq ($(enable_debug),yes)
 CPPFLAGS += -DDBGVER="\"compiled by <$${USER}@`hostname`> at `date '+%Y-%m-%d %H:%M:%S'`\""