summaryrefslogtreecommitdiffstats
path: root/mlag/subdir.am
diff options
context:
space:
mode:
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 0000000..376eea8
--- /dev/null
+++ b/mlag/subdir.am
@@ -0,0 +1,19 @@
+if HAVE_PROTOBUF3
+lib_LTLIBRARIES += mlag/libmlag_pb.la
+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 = \
+ # 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