Remove libustctl and libustcomm
[lttng-tools.git] / libustctl / Makefile.am
index 82c6c400286c568b908cf21392c927f198e7c365..c20e9665ce94541b26b6b48813dec616744758d3 100644 (file)
@@ -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
This page took 0.023469 seconds and 4 git commands to generate.