X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=libustctl%2FMakefile.am;h=c20e9665ce94541b26b6b48813dec616744758d3;hp=82c6c400286c568b908cf21392c927f198e7c365;hb=97b1a726be0f1779f5508543c58521d774312e73;hpb=62d3069fe1d56bf9f95f9100f21758c3d99dccf6 diff --git a/libustctl/Makefile.am b/libustctl/Makefile.am index 82c6c4002..c20e9665c 100644 --- a/libustctl/Makefile.am +++ b/libustctl/Makefile.am @@ -1,9 +1,9 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libustcomm AM_CFLAGS = -fno-strict-aliasing -lib_LTLIBRARIES = libustctl.la +noinst_LTLIBRARIES = libustctl.la -libustctl_la_SOURCES = libustctl.c +libustctl_la_SOURCES = + +libustctl_la_LIBADD = $(top_builddir)/libustcomm/libustcomm.la -libustctl_la_LIBADD = \ - $(top_builddir)/libustcomm/libustcomm.la