diff options
author | Dan McGee <dan@archlinux.org> | 2007-12-19 23:40:25 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-12-19 23:40:25 -0600 |
commit | 25072219b5c3d3824325b2b4439424a7ca89ba16 (patch) | |
tree | 0cde18c51cfdcd8b613aee27ad8a80560995578e /contrib/Makefile.am | |
parent | 6058a225b6753bd68d5d115ec444fc12effe4264 (diff) | |
download | pacman-25072219b5c3d3824325b2b4439424a7ca89ba16.tar.xz |
Fixes to allow make distcheck to work again
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'contrib/Makefile.am')
-rw-r--r-- | contrib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 73d2130a..2e088691 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -2,9 +2,9 @@ EXTRA_DIST = \ PKGBUILD.proto \ PKGBUILD.vim \ bash_completion \ - install.proto \ pacdiff \ pacsearch \ + proto.install \ re-pacman \ vimproject \ wget-xdelta.sh \ |