]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
Makefile.am: avoid warning: EXTRA_DIST multiply defined
authorChris Hofstaedtler <zeha@debian.org>
Sun, 7 Jul 2024 11:36:55 +0000 (13:36 +0200)
committerSerge Hallyn <serge@hallyn.com>
Thu, 18 Jul 2024 14:21:57 +0000 (09:21 -0500)
automake complained about duplicate definitions of EXTRA_DIST:

autoreconf: running: automake --add-missing --copy --no-force
Makefile.am:19: warning: EXTRA_DIST multiply defined in condition TRUE ...
Makefile.am:3: ... 'EXTRA_DIST' previously defined here
autoreconf: Leaving directory '.'

Signed-off-by: Chris Hofstaedtler <zeha@debian.org>
Makefile.am

index a92024fbcf897eda7a940deeceb4befca67ee15e..47eb9c44045f2b9d8e702d9d03d7163f92527f57 100644 (file)
@@ -1,7 +1,5 @@
 ## Process this file with automake to produce Makefile.in
 
-EXTRA_DIST = NEWS README
-
 SUBDIRS = lib
 
 if ENABLE_SUBIDS
@@ -16,7 +14,7 @@ endif
 
 CLEANFILES = man/8.out man/po/remove-potcdate.* man/*/login.defs.d man/*/*.mo
 
-EXTRA_DIST = tests/
+EXTRA_DIST = NEWS README tests/
 
 dist-hook:
        chmod -R u+w $(distdir)/tests