source:
tools/tracetop/Makefile.am
@
a288ed3
Last change on this file since a288ed3 was 3eb1058, checked in by Shane Alcock <salcock@…>, 12 years ago | |
---|---|
|
|
File size: 234 bytes |
Rev | Line | |
---|---|---|
[a6da077] | 1 | man_MANS = tracetop.1 |
2 | EXTRA_DIST = $(man_MANS) | |
[3eb1058] | 3 | if HAVE_NCURSES |
4 | bin_PROGRAMS = tracetop | |
[a6da077] | 5 | |
6 | include ../Makefile.tools | |
[a1e177d] | 7 | |
[a6da077] | 8 | tracetop_SOURCES = tracetop.cc |
[c3c2c0b] | 9 | tracetop_LDADD = -lncurses |
[7ab7320] | 10 | tracetop_CPPFLAGS = -fno-strict-aliasing $(AM_CFLAGS) |
[a1e177d] | 11 | endif |
Note: See TracBrowser
for help on using the repository browser.