Fix return code to 0 on success and 1 on error
[lttng-tools.git] / liblttngctl / Makefile.am
CommitLineData
fac6795d
DG
1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/liblttsessiondcomm
2
3lib_LTLIBRARIES = liblttngctl.la
4
5liblttngctl_la_SOURCES = liblttngctl.c
6
7liblttngctl_la_LIBADD = \
8 $(top_builddir)/liblttsessiondcomm/liblttsessiondcomm.la
This page took 0.023246 seconds and 4 git commands to generate.