From: Stepan Kasal Date: Tue, 15 May 2007 18:46:10 +0000 (+0200) Subject: build-sys: use dist_example_DATA X-Git-Tag: v2.13-rc1~136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39a2c1480fc26ce5b5f8f7a593b9a4c5c8d240a4;p=thirdparty%2Futil-linux.git build-sys: use dist_example_DATA "dist_" prefix is more elegant than EXTRA_DIST. Signed-off-by: Stepan Kasal --- diff --git a/getopt/Makefile.am b/getopt/Makefile.am index f375bdf7aa..319e8bfa37 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