File: Makefile.am

package info (click to toggle)
ust 2.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,272 kB
  • sloc: ansic: 14,256; sh: 11,159; makefile: 282; python: 227; cpp: 59
file content (7 lines) | stat: -rw-r--r-- 323 bytes parent folder | download
1
2
3
4
5
6
7
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libust

noinst_PROGRAMS = ust-basic-tracing
ust_basic_tracing_SOURCES = ust-basic-tracing.c
ust_basic_tracing_LDADD = $(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la \
	$(top_builddir)/libringbuffer/libringbuffer.la \
	$(top_builddir)/snprintf/libustsnprintf.la