diff options
| author | Satheesh Kumar K <sathk@cumulusnetworks.com> | 2019-11-12 01:27:52 -0800 | 
|---|---|---|
| committer | Satheesh Kumar K <sathk@cumulusnetworks.com> | 2019-11-13 20:52:00 -0800 | 
| commit | e05ab0b0c8ecdd76afe972572cff2c0f9cc14574 (patch) | |
| tree | d633958ab5b58d6679cca5a61df69f07a32c0f35 /mlag/subdir.am | |
| parent | ee235396b9c0187f7c72a86d3adb0bb15861c6c4 (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.am | 19 | 
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  | 
