From: Peter Eisentraut Date: Tue, 19 Dec 2017 23:15:25 +0000 (-0500) Subject: Add include/pam.h to distribution tarball X-Git-Tag: pgbouncer_1_8_1~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c79834979778d5eb955b99bec0488204e7ac87b0;p=pgbouncer Add include/pam.h to distribution tarball fixes #261 --- diff --git a/Makefile b/Makefile index 5cc7f3a..e9fd6dd 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,7 @@ pgbouncer_SOURCES = \ include/janitor.h \ include/loader.h \ include/objects.h \ + include/pam.h \ include/pktbuf.h \ include/pooler.h \ include/proto.h \