symm/Makefile.am: Modes files listed as `EXTRA_DIST' and `nodist_...'.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 22 Dec 2014 20:32:58 +0000 (20:32 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 15 Mar 2015 02:18:04 +0000 (02:18 +0000)
The generated per-mode files were listed both as `nodist_...' and in
`EXTRA_DIST'.  Sort this out by just adding them to the appropriate
distribution list instead.

symm/Makefile.am

index d7d12c0..7107f1f 100644 (file)
@@ -380,16 +380,14 @@ pkginclude_HEADERS        += $(MODE_H)
 
 ## Generated implementations.
 BUILT_SOURCES          += $(GENMODES_C)
-EXTRA_DIST             += $(GENMODES_C)
 MAINTAINERCLEANFILES   += $(GENMODES_C)
-nodist_libsymm_la_SOURCES += $(GENMODES_C)
+libsymm_la_SOURCES     += $(GENMODES_C)
 $(GENMODES_C): modes/gen-stamp
 
 ## Generated interfaces.
 BUILT_SOURCES          += $(GENMODES_H)
-EXTRA_DIST             += $(GENMODES_H)
 MAINTAINERCLEANFILES   += $(GENMODES_H)
-nodist_pkginclude_HEADERS += $(GENMODES_H)
+pkginclude_HEADERS     += $(GENMODES_H)
 $(GENMODES_H): modes/gen-stamp
 
 ###--------------------------------------------------------------------------