summaryrefslogtreecommitdiffstats
path: root/mlag
diff options
context:
space:
mode:
Diffstat (limited to 'mlag')
-rw-r--r--mlag/mlag_pb.c9
-rw-r--r--mlag/subdir.am1
2 files changed, 10 insertions, 0 deletions
diff --git a/mlag/mlag_pb.c b/mlag/mlag_pb.c
new file mode 100644
index 0000000..01c4f0b
--- /dev/null
+++ b/mlag/mlag_pb.c
@@ -0,0 +1,9 @@
+// SPDX-License-Identifier: ISC
+/*
+ * libmlag_pb library stub
+ */
+
+#include "config.h"
+#include "xref.h"
+
+XREF_SETUP();
diff --git a/mlag/subdir.am b/mlag/subdir.am
index 376eea8..aa30d33 100644
--- a/mlag/subdir.am
+++ b/mlag/subdir.am
@@ -5,6 +5,7 @@ endif
mlag_libmlag_pb_la_LDFLAGS = $(LIB_LDFLAGS) -version-info 0:0:0
mlag_libmlag_pb_la_CPPFLAGS = $(AM_CPPFLAGS) $(PROTOBUF_C_CFLAGS)
mlag_libmlag_pb_la_SOURCES = \
+ mlag/mlag_pb.c \
# end
nodist_mlag_libmlag_pb_la_SOURCES = \