diff options
author | LaMont Jones <lamont@debian.org> | 2007-11-26 20:48:14 -0700 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2007-11-26 20:48:14 -0700 |
commit | 811e6c250e91a32a30034fb653f2fabc5f4eaa2a (patch) | |
tree | 8aef22144331cdf242161ead57cd012b963b068c /getopt | |
parent | 73e6ee9c444719765e190ba2944e86dc65a8c809 (diff) | |
parent | 7e5fad475258e0b77857011ebdccdcb045a4cd38 (diff) | |
download | util-linux-old-811e6c250e91a32a30034fb653f2fabc5f4eaa2a.tar.gz |
Merge commit 'origin/master'
Diffstat (limited to 'getopt')
-rw-r--r-- | getopt/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getopt/Makefile.am b/getopt/Makefile.am index 0af048d9..03388421 100644 --- a/getopt/Makefile.am +++ b/getopt/Makefile.am @@ -7,7 +7,7 @@ getopt_CPPFLAGS = -DLIBCGETOPT=1 $(AM_CPPFLAGS) man_MANS = getopt.1 exampledir = $(datadir)/getopt/ -dist_example_DATA = getopt-parse.bash getopt-parse.tcsh \ +dist_example_SCRIPTS = getopt-parse.bash getopt-parse.tcsh \ getopt-test.bash getopt-test.tcsh EXTRA_DIST = README Changelog COPYING |