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