]> git.proxmox.com Git - mirror_frr.git/commit - fpm/subdir.am
build: clean up BUILT_SOURCES
authorDavid Lamparter <equinox@opensourcerouting.org>
Fri, 4 Aug 2017 08:36:34 +0000 (10:36 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Fri, 4 Aug 2017 09:13:55 +0000 (11:13 +0200)
commit70d27c5b7decb53c27543a0d58f7cd1dcda3ba44
treed208609474bac2200bbb3df2d0c82ca658a24445
parent306ed6816a685aabe3e0d0e93b83f3c8305cdc0f
build: clean up BUILT_SOURCES

BUILT_SOURCES doesn't do what the name suggests.  What it actually means
is "these files should be built first when doing a 'make' without
explicit target" (or "make all").

It's pretty much almost always wrong to use BUILT_SOURCES, the only
correct use is when a file is needed by an unspecified / large set of
files.

Also remove version.h and route_types.h from dist tarball while we're at
it.  configure will create them anyway.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Makefile.am
doc/Makefile.am
fpm/subdir.am
lib/subdir.am
qpb/subdir.am
tests/Makefile.am