Rename lttng-viewer.h and sync with lttng-tools
[lttngtop.git] / src / Makefile.am
CommitLineData
b1acd2b3 1AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/lib -DBABELTRACE_HAVE_LIBUUID
1fc22eb4 2
e4404da4 3lib_LTLIBRARIES = libbabeltrace-lttngtop-live.la
12a91e9d 4
e4404da4 5libbabeltrace_lttngtop_live_la_SOURCES = \
e3db2966 6 network-live.c liblttng-live.c
12a91e9d 7
1fc22eb4
JD
8bin_PROGRAMS = lttngtop
9
6faf61f4
JD
10noinst_HEADERS = \
11 lttngtoptypes.h \
12 common.h \
13 cputop.h \
14 cursesdisplay.h \
b1acd2b3
JD
15 iostreamtop.h \
16 mmap-live.h \
12a91e9d 17 network-live.h \
e3db2966 18 liblttng-live.h \
0c445945 19 lttng-viewer-abi.h \
12a91e9d 20 lttngtop.h
6faf61f4 21
1fc22eb4
JD
22lttngtop_SOURCES = \
23 lttngtop.c \
24 common.c \
25 cursesdisplay.c \
26 cputop.c \
b1acd2b3 27 iostreamtop.c \
12a91e9d
JD
28 mmap-live.c
29
30lttngtop_LDFLAGS = -Wl,--no-as-needed
1fc22eb4 31
b1acd2b3 32#lttngtop_LDADD = -lbabeltrace -lbabeltrace-ctf -llttngtop-helper -llttng-ctl -lurcu -llttngtopmmappacketseek -llttng-ust-ctl -lcurses -lpanel
12a91e9d 33lttngtop_LDADD = -lbabeltrace -lbabeltrace-ctf -llttng-ctl -lurcu -llttng-ust-ctl -lcurses -lpanel \
e4404da4 34 $(top_builddir)/src/libbabeltrace-lttngtop-live.la
12a91e9d 35
This page took 0.025113 seconds and 4 git commands to generate.