]> eyrie.org Git - kerberos/kadmin-remctl.git/commitdiff
Include .gitignore and autogen in the distribution release/3.0
authorRuss Allbery <rra@stanford.edu>
Wed, 17 Feb 2010 18:46:56 +0000 (10:46 -0800)
committerRuss Allbery <rra@stanford.edu>
Wed, 17 Feb 2010 18:46:56 +0000 (10:46 -0800)
Makefile.am

index 26c29d3c6853c80770caac41193913310ea5f3cc..911a5124032f43b157f17790deecac8c3ab492ba 100644 (file)
@@ -7,8 +7,8 @@
 
 AUTOMAKE_OPTIONS = foreign subdir-objects
 ACLOCAL_AMFLAGS = -I m4
-EXTRA_DIST = LICENSE docs/design ksetpass.pod passwd_change.pod \
-       remctl/kadmin remctl/password
+EXTRA_DIST = .gitignore LICENSE autogen docs/design ksetpass.pod       \
+       passwd_change.pod remctl/kadmin remctl/password
 
 # Globally build everything against the Kerberos libraries.
 AM_CPPFLAGS = $(KRB5_CPPFLAGS)