Move away files that will be deprecated
[lttng-ust.git] / deprecated / libustcomm / Makefile.am
diff --git a/deprecated/libustcomm/Makefile.am b/deprecated/libustcomm/Makefile.am
new file mode 100644 (file)
index 0000000..3ae96d5
--- /dev/null
@@ -0,0 +1,10 @@
+AM_CPPFLAGS = -I$(top_srcdir)/include
+AM_CFLAGS = -fno-strict-aliasing
+
+noinst_LTLIBRARIES = libustcomm.la
+libustcomm_la_SOURCES = \
+       ustcomm.h \
+       ustcomm.c
+
+libustcomm_la_LDFLAGS = -no-undefined -static
+libustcomm_la_CFLAGS = -DUST_COMPONENT="libustcomm" -fPIC -fno-strict-aliasing
This page took 0.023862 seconds and 4 git commands to generate.