summaryrefslogtreecommitdiff
path: root/mlag/subdir.am
diff options
context:
space:
mode:
authorSatheesh Kumar K <sathk@cumulusnetworks.com>2019-11-12 01:27:52 -0800
committerSatheesh Kumar K <sathk@cumulusnetworks.com>2019-11-13 20:52:00 -0800
commite05ab0b0c8ecdd76afe972572cff2c0f9cc14574 (patch)
treed633958ab5b58d6679cca5a61df69f07a32c0f35 /mlag/subdir.am
parentee235396b9c0187f7c72a86d3adb0bb15861c6c4 (diff)
lib,mlag : Defining MLAG Proto file
Defining the message structures between Zebra & MLAG Signed-off-by: Satheesh Kumar K <sathk@cumulusnetworks.com>
Diffstat (limited to 'mlag/subdir.am')
-rw-r--r--mlag/subdir.am19
1 files changed, 19 insertions, 0 deletions
diff --git a/mlag/subdir.am b/mlag/subdir.am
new file mode 100644
index 0000000000..9fab662860
--- /dev/null
+++ b/mlag/subdir.am
@@ -0,0 +1,19 @@
+if HAVE_PROTOBUF
+lib_LTLIBRARIES += mlag/libmlag_pb.la
+endif
+
+mlag_libmlag_pb_la_LDFLAGS = -version-info 0:0:0
+mlag_libmlag_pb_la_CPPFLAGS = $(AM_CPPFLAGS) $(PROTOBUF_C_CFLAGS)
+mlag_libmlag_pb_la_SOURCES = \
+ # end
+
+nodist_mlag_libmlag_pb_la_SOURCES = \
+ mlag/mlag.pb-c.c \
+ # end
+
+CLEANFILES += \
+ mlag/mlag.pb-c.c \
+ mlag/mlag.pb-c.h \
+ # end
+
+EXTRA_DIST += mlag/mlag.proto