Initial import
[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.030371 seconds and 5 git commands to generate.