Add a common, internal CTF serialization library; make CTF writer use it
[babeltrace.git] / ctfser / Makefile.am
diff --git a/ctfser/Makefile.am b/ctfser/Makefile.am
new file mode 100644 (file)
index 0000000..21e605a
--- /dev/null
@@ -0,0 +1,5 @@
+AM_CPPFLAGS += -DINSTALL_LIBDIR=\"$(libdir)\"
+
+noinst_LTLIBRARIES = libbabeltrace-ctfser.la
+
+libbabeltrace_ctfser_la_SOURCES = ctfser.c logging.c logging.h
This page took 0.023436 seconds and 4 git commands to generate.