Avoid clash with babeltrace live libs
[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 = \
12a91e9d
JD
6 network-live.c lttng-live-functions.c
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
JD
17 network-live.h \
18 lttng-live-functions.h \
19 lttngtop.h
6faf61f4 20
1fc22eb4
JD
21lttngtop_SOURCES = \
22 lttngtop.c \
23 common.c \
24 cursesdisplay.c \
25 cputop.c \
b1acd2b3 26 iostreamtop.c \
12a91e9d
JD
27 mmap-live.c
28
29lttngtop_LDFLAGS = -Wl,--no-as-needed
1fc22eb4 30
b1acd2b3 31#lttngtop_LDADD = -lbabeltrace -lbabeltrace-ctf -llttngtop-helper -llttng-ctl -lurcu -llttngtopmmappacketseek -llttng-ust-ctl -lcurses -lpanel
12a91e9d 32lttngtop_LDADD = -lbabeltrace -lbabeltrace-ctf -llttng-ctl -lurcu -llttng-ust-ctl -lcurses -lpanel \
e4404da4 33 $(top_builddir)/src/libbabeltrace-lttngtop-live.la
12a91e9d 34
This page took 0.025759 seconds and 4 git commands to generate.