]> err.no Git - util-linux/commitdiff
build-sys: use dist_example_DATA
authorStepan Kasal <skasal@redhat.com>
Tue, 15 May 2007 18:46:10 +0000 (20:46 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 16 May 2007 09:43:29 +0000 (11:43 +0200)
"dist_" prefix is more elegant than EXTRA_DIST.

Signed-off-by: Stepan Kasal <skasal@redhat.com>
getopt/Makefile.am

index f375bdf7aac0a571fa1c327c2f672ce2565467d6..319e8bfa378c9fa26a5a0b92a45fd6446aa05108 100644 (file)
@@ -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