Update readme
[lttng-ust.git] / libustctl / Makefile.am
index bc7526b966cc9015a6a41dadcc5164af569eff71..8101b573fed4bb5b61c3ff93bb1a93810e831315 100644 (file)
@@ -1,14 +1,10 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libustcomm
+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/liblttng-ust-comm
 AM_CFLAGS = -fno-strict-aliasing
 
 lib_LTLIBRARIES = libustctl.la
 
-libustctl_la_SOURCES = \
-       libustctl.c
+libustctl_la_SOURCES = ustctl.c
 
-libustctl_la_LDFLAGS = -no-undefined -version-info 0:0:0
-
-libustctl_la_LIBADD = \
-       $(top_builddir)/libustcomm/libustcomm.la
-
-libustctl_la_CFLAGS = -DUST_COMPONENT="libustctl" -fno-strict-aliasing
+libustctl_la_LIBADD = $(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la \
+       $(top_builddir)/libringbuffer/libringbuffer.la \
+       $(top_builddir)/snprintf/libustsnprintf.la
This page took 0.02322 seconds and 4 git commands to generate.