Commit | Line | Data |
---|---|---|
fac6795d DG |
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 |