]> git.proxmox.com Git - mirror_frr.git/blob - qpb/subdir.am
Merge pull request #1854 from qlyoung/integer-standards-compliance
[mirror_frr.git] / qpb / subdir.am
1 if HAVE_PROTOBUF
2 lib_LTLIBRARIES += qpb/libfrr_pb.la
3 endif
4
5 qpb_libfrr_pb_la_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir) -I$(top_builddir)/lib \
6 $(Q_PROTOBUF_C_CLIENT_INCLUDES)
7 qpb_libfrr_pb_la_LDFLAGS = -version-info 0:0:0
8
9 qpb_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
16 if HAVE_PROTOBUF
17 qpb_libfrr_pb_la_SOURCES += qpb/qpb_allocator.c
18 nodist_qpb_libfrr_pb_la_SOURCES = qpb/qpb.pb-c.c
19 CLEANFILES += \
20 qpb/qpb.pb-c.c \
21 qpb/qpb.pb-c.h \
22 # end
23 endif
24
25 EXTRA_DIST += qpb/qpb.proto