X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=libustcomm%2FMakefile.am;fp=libustcomm%2FMakefile.am;h=a4052c852f391ccbc08d00a080af56f859ef0242;hp=0000000000000000000000000000000000000000;hb=62d3069fe1d56bf9f95f9100f21758c3d99dccf6;hpb=2e442863aa3cf0488f358461f3bfb87b2497d788 diff --git a/libustcomm/Makefile.am b/libustcomm/Makefile.am new file mode 100644 index 000000000..a4052c852 --- /dev/null +++ b/libustcomm/Makefile.am @@ -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