summaryrefslogtreecommitdiffstats
path: root/contrib/Makefile.am
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-02-23 03:00:30 +0100
committerDan McGee <dan@archlinux.org>2007-02-23 03:00:30 +0100
commitc799433e423d5bdd6737b81483de82b9e98aed46 (patch)
treefa61b103e37e666a8be72e551fd098e62a74e3e7 /contrib/Makefile.am
parent89046c32a341e7673ff458321e6387c3cc60c71a (diff)
downloadpacman-c799433e423d5bdd6737b81483de82b9e98aed46.tar.gz
pacman-c799433e423d5bdd6737b81483de82b9e98aed46.tar.xz
* Updated distcheck target- added some flags so pactest is 100% correct.
* Added a Makefile.am so contrib/ folder is included in dist.
Diffstat (limited to 'contrib/Makefile.am')
-rw-r--r--contrib/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
new file mode 100644
index 00000000..9a3f3b3d
--- /dev/null
+++ b/contrib/Makefile.am
@@ -0,0 +1,5 @@
+EXTRA_DIST = \
+ bash_completion \
+ pacsearch \
+ zsh_completion
+