diff options
| author | Jiri Olsa <Jiri Olsa jolsa@redhat.com> | 2011-05-05 08:54:40 +0200 |
|---|---|---|
| committer | Jiri Olsa <Jiri Olsa jolsa@redhat.com> | 2011-05-05 08:54:40 +0200 |
| commit | 29420f774dc55c794cebefe24aadc90280601b79 (patch) | |
| tree | b2f371bebd836a564de30c5fbec7a659c90515ad /src/Makefile | |
| parent | c9d0018b9e527168292f8d40273a9e97223c0bc8 (diff) | |
| download | latrace-29420f774dc55c794cebefe24aadc90280601b79.tar.gz latrace-29420f774dc55c794cebefe24aadc90280601b79.tar.xz latrace-29420f774dc55c794cebefe24aadc90280601b79.zip | |
adding OUTPUT_TTY config file option
- added OUTPUT_TTY config file option
it is possible to catch traced program tty output and
storing it to the configured file (0/1/2 descriptors
are monitored)
- added automated test for the option
- refactoring process method a bit
- disabling connection between -R and -q options
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 5e58da0..c9c2360 100644 --- a/src/Makefile +++ b/src/Makefile @@ -65,7 +65,8 @@ LATRACE_OBJS=\ src/output.o \ src/config-bison.o \ src/config-flex.o \ - src/lib-include.o + src/lib-include.o \ + src/tty.o OBJS+=$(LATRACE_OBJS) PROGRAMS+=$(LATRACE_BIN) |
