Fix not NULL pointer on size 0
[lttng-tools.git] / liblttng-ustconsumer / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include
2
3 if HAVE_LIBLTTNG_UST_CTL
4 noinst_LTLIBRARIES = liblttng-ustconsumer.la
5
6 liblttng_ustconsumer_la_SOURCES = lttng-ustconsumer.c
7
8 liblttng_ustconsumer_la_LIBADD = -llttng-ust-ctl
9 endif
This page took 0.030813 seconds and 4 git commands to generate.