blob: 0af048d9c9fb84b65a418efb9ef554dbb2ef9266 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
include $(top_srcdir)/config/include-Makefile.am
usrbinexec_PROGRAMS = getopt
getopt_CPPFLAGS = -DLIBCGETOPT=1 $(AM_CPPFLAGS)
man_MANS = getopt.1
exampledir = $(datadir)/getopt/
dist_example_DATA = getopt-parse.bash getopt-parse.tcsh \
getopt-test.bash getopt-test.tcsh
EXTRA_DIST = README Changelog COPYING
|