diff options
author | Roger Dingledine <arma@torproject.org> | 2010-02-22 00:38:02 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-02-22 00:38:02 -0500 |
commit | 92546559246416cffc196365bead280e9cb0f073 (patch) | |
tree | 017e24859b51d47aaceddf9fca0eb35f8beb86d5 /Makefile.am | |
parent | eb842c0022bb68438cd94cde6e4ab4143380d309 (diff) | |
download | tor-92546559246416cffc196365bead280e9cb0f073.tar.gz tor-92546559246416cffc196365bead280e9cb0f073.zip |
we deleted AUTHORS, so don't put it in the tarball
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 850ab71bb5..b7dc6c8a5e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,7 @@ SUBDIRS = src doc contrib DIST_SUBDIRS = src doc contrib -EXTRA_DIST = INSTALL README AUTHORS LICENSE ChangeLog \ +EXTRA_DIST = INSTALL README LICENSE ChangeLog \ ReleaseNotes tor.spec tor.spec.in #install-data-local: |