index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dave Reisner <dreisner@archlinux.org> | 2012-04-08 12:32:17 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-04-24 08:38:36 -0500 |
commit | 8679cd68d825bfe28ba0c833494c415bcfa6d8f6 (patch) | |
tree | 2da70a05c56a457262a4ff68446c788d3829131b /test/scripts/Makefile.am | |
parent | 1eb6a9cbfef4f0ad5151b4850d81141b7a535be6 (diff) |
-rw-r--r-- | test/scripts/Makefile.am | 9 |
diff --git a/test/scripts/Makefile.am b/test/scripts/Makefile.am new file mode 100644 index 00000000..b949e880 --- /dev/null +++ b/test/scripts/Makefile.am @@ -0,0 +1,9 @@ +check_SCRIPTS = \ + parseopts_test.sh + +noinst_SCRIPTS = $(check_SCRIPTS) + +EXTRA_DIST = \ + $(check_SCRIPTS) + +# vim:set ts=2 sw=2 noet: |