diff options
Diffstat (limited to 'qpb')
| -rw-r--r-- | qpb/subdir.am | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/qpb/subdir.am b/qpb/subdir.am index 75a733f8fc..1864ba7369 100644 --- a/qpb/subdir.am +++ b/qpb/subdir.am @@ -10,9 +10,12 @@ qpb_libfrr_pb_la_SOURCES = \  	qpb/qpb.c \  	qpb/qpb_allocator.c \  	# end + +if HAVE_PROTOBUF  nodist_qpb_libfrr_pb_la_SOURCES = \  	qpb/qpb.pb-c.c \  	# end +endif  noinst_HEADERS += \  	qpb/linear_allocator.h \  | 
