Initial import of libustctl and libustcomm
[lttng-tools.git] / libustcomm / Makefile.am
diff --git a/libustcomm/Makefile.am b/libustcomm/Makefile.am
new file mode 100644 (file)
index 0000000..a4052c8
--- /dev/null
@@ -0,0 +1,10 @@
+AM_CPPFLAGS = -I$(top_srcdir)/include
+AM_CFLAGS = -fno-strict-aliasing
+
+noinst_LTLIBRARIES = libustcomm.la
+
+libustcomm_la_SOURCES = libustcomm.c
+
+libustcomm_la_LDFLAGS = -no-undefined -static
+
+libustcomm_la_CFLAGS = -fPIC -fno-strict-aliasing
This page took 0.022562 seconds and 4 git commands to generate.