source:
tools/tracetop/Makefile.am
@
2e9df89
Last change on this file since 2e9df89 was d4187e0, checked in by Shane Alcock <salcock@…>, 10 years ago | |
---|---|
|
|
File size: 234 bytes |
Rev | Line | |
---|---|---|
[d4187e0] | 1 | if HAVE_NCURSES |
[a6da077] | 2 | man_MANS = tracetop.1 |
3 | EXTRA_DIST = $(man_MANS) | |
[3eb1058] | 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.