8d586a765cd804f5ad3c77ffef52628c66ce0e21
[lttng-ust.git] / liblttng-ust-ctl / Makefile.am
1 AM_CPPFLAGS += -I$(top_srcdir)/liblttng-ust-comm
2 AM_CFLAGS += -fno-strict-aliasing
3
4 lib_LTLIBRARIES = liblttng-ust-ctl.la
5
6 liblttng_ust_ctl_la_SOURCES = ustctl.c ust-ctl-private.h
7 liblttng_ust_ctl_la_LDFLAGS = \
8 -version-info $(LTTNG_UST_CTL_LIBRARY_VERSION)
9
10 liblttng_ust_ctl_la_LIBADD = \
11 $(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la \
12 $(top_builddir)/liblttng-ust/liblttng-ust-support.la \
13 $(top_builddir)/snprintf/libustsnprintf.la \
14 -ldl
This page took 0.03731 seconds and 3 git commands to generate.