diff options
Diffstat (limited to 'getopt/Makefile.am')
-rw-r--r-- | getopt/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/getopt/Makefile.am b/getopt/Makefile.am index 02f29897..7ceaf02b 100644 --- a/getopt/Makefile.am +++ b/getopt/Makefile.am @@ -1,6 +1,6 @@ include $(top_srcdir)/config/include-Makefile.am -usrbin_PROGRAMS = getopt +usrbinexec_PROGRAMS = getopt getopt_CFLAGS = -DLIBCGETOPT=1 @@ -8,4 +8,4 @@ man_MANS = getopt.1 exampledir = $(prefix)/usr/share/getopt/ example_DATA = getopt-parse.bash getopt-parse.tcsh \ - getopt-test.bash getopt-test.tcsh
\ No newline at end of file + getopt-test.bash getopt-test.tcsh |