diff options
-rw-r--r-- | Makefile.am | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2e1d798..eca6734 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,16 @@ esmtp_SOURCES = \ smtp.h \ xmalloc.h -EXTRA_DIST = sample.esmtprc +EXTRA_DIST = \ + sample.esmtprc \ + debian/changelog \ + debian/compat \ + debian/config \ + debian/control \ + debian/copyright \ + debian/postinst \ + debian/rules \ + debian/templates AM_YFLAGS = -d |