summaryrefslogtreecommitdiffstats
path: root/getopt
diff options
context:
space:
mode:
authorStepan Kasal2007-05-15 20:46:10 +0200
committerKarel Zak2007-05-16 11:43:29 +0200
commit39a2c1480fc26ce5b5f8f7a593b9a4c5c8d240a4 (patch)
tree8fd2c16a5d232eea21b4a54f12fd5b62b618730b /getopt
parentbuild-sys: mount/Makefile.am tiny cleanup II (diff)
downloadkernel-qcow2-util-linux-39a2c1480fc26ce5b5f8f7a593b9a4c5c8d240a4.tar.gz
kernel-qcow2-util-linux-39a2c1480fc26ce5b5f8f7a593b9a4c5c8d240a4.tar.xz
kernel-qcow2-util-linux-39a2c1480fc26ce5b5f8f7a593b9a4c5c8d240a4.zip
build-sys: use dist_example_DATA
"dist_" prefix is more elegant than EXTRA_DIST. Signed-off-by: Stepan Kasal <skasal@redhat.com>
Diffstat (limited to 'getopt')
-rw-r--r--getopt/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/getopt/Makefile.am b/getopt/Makefile.am
index f375bdf7a..319e8bfa3 100644
--- a/getopt/Makefile.am
+++ b/getopt/Makefile.am
@@ -7,8 +7,8 @@ getopt_CFLAGS = -DLIBCGETOPT=1
man_MANS = getopt.1
exampledir = $(prefix)/usr/share/getopt/
-example_DATA = getopt-parse.bash getopt-parse.tcsh \
+dist_example_DATA = getopt-parse.bash getopt-parse.tcsh \
getopt-test.bash getopt-test.tcsh
-EXTRA_DIST = $(example_DATA) README Changelog COPYING
+EXTRA_DIST = README Changelog COPYING