]> git.proxmox.com Git - mirror_frr.git/blame - qpb/subdir.am
build: include helper Makefiles in dist
[mirror_frr.git] / qpb / subdir.am
CommitLineData
0f8b5fd5
DL
1if HAVE_PROTOBUF
2lib_LTLIBRARIES += qpb/libfrr_pb.la
3endif
4
5qpb_libfrr_pb_la_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir) -I$(top_builddir)/lib \
6 $(Q_PROTOBUF_C_CLIENT_INCLUDES)
7qpb_libfrr_pb_la_LDFLAGS = -version-info 0:0:0
8
9qpb_libfrr_pb_la_SOURCES = \
10 qpb/linear_allocator.h \
11 qpb/qpb.h \
12 qpb/qpb.c \
13 qpb/qpb_allocator.h \
14 # end
15
16if HAVE_PROTOBUF
17qpb_libfrr_pb_la_SOURCES += qpb/qpb_allocator.c
18nodist_qpb_libfrr_pb_la_SOURCES = qpb/qpb.pb-c.c
0f8b5fd5
DL
19CLEANFILES += \
20 qpb/qpb.pb-c.c \
21 qpb/qpb.pb-c.h \
22 # end
23endif
24
25EXTRA_DIST += qpb/qpb.proto