947c750d4de5ff95cf655d54260736cb2bad7a4e
[lttng-tools.git] / lttng / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include
2 #AM_CFLAGS = $(LTTNG_LIBS) -lpopt
3
4 bin_PROGRAMS = lttng
5
6 lttng_SOURCES = options.c lttng.c
7
8 lttng_LDADD = \
9 $(top_builddir)/liblttngctl/liblttngctl.la
10 # $(top_builddir)/liblttsessiondcomm/liblttsessiondcomm.la
This page took 0.028637 seconds and 3 git commands to generate.