summaryrefslogtreecommitdiffstats
path: root/qpb/subdir.am
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2017-08-04 10:36:34 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2017-08-04 11:13:55 +0200
commit70d27c5b7decb53c27543a0d58f7cd1dcda3ba44 (patch)
treed208609474bac2200bbb3df2d0c82ca658a24445 /qpb/subdir.am
parentbuild: pre-generate built headers in configure (diff)
downloadfrr-70d27c5b7decb53c27543a0d58f7cd1dcda3ba44.tar.xz
frr-70d27c5b7decb53c27543a0d58f7cd1dcda3ba44.zip
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>
Diffstat (limited to 'qpb/subdir.am')
-rw-r--r--qpb/subdir.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/qpb/subdir.am b/qpb/subdir.am
index 71e501b9c..3c006fd22 100644
--- a/qpb/subdir.am
+++ b/qpb/subdir.am
@@ -16,7 +16,6 @@ qpb_libfrr_pb_la_SOURCES = \
if HAVE_PROTOBUF
qpb_libfrr_pb_la_SOURCES += qpb/qpb_allocator.c
nodist_qpb_libfrr_pb_la_SOURCES = qpb/qpb.pb-c.c
-BUILT_SOURCES += qpb/qpb.pb-c.c
CLEANFILES += \
qpb/qpb.pb-c.c \
qpb/qpb.pb-c.h \