Initial import of libustctl and libustcomm
[lttng-tools.git] / libustctl / Makefile.am
diff --git a/libustctl/Makefile.am b/libustctl/Makefile.am
new file mode 100644 (file)
index 0000000..82c6c40
--- /dev/null
@@ -0,0 +1,9 @@
+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libustcomm
+AM_CFLAGS = -fno-strict-aliasing
+
+lib_LTLIBRARIES = libustctl.la
+
+libustctl_la_SOURCES = libustctl.c
+
+libustctl_la_LIBADD = \
+                                         $(top_builddir)/libustcomm/libustcomm.la
This page took 0.022628 seconds and 4 git commands to generate.