diff options
author | Steven Rostedt <srostedt@redhat.com> | 2009-11-25 17:53:05 -0500 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2009-11-25 17:54:56 -0500 |
commit | 59f0943f5b879980f8351fb6f11c07dfb9262a27 (patch) | |
tree | ea0d7349135efc79602bc0e6af9a38c6e4fa40d6 /trace-cmd.c | |
parent | 1806a49845e48a3e5f5ffb33d549bdefa2c1190b (diff) |
Start of creating libtracecmd.a library
Have libtracecmd.a contain libparevent.a and include trace-util.c.
Create a trace-local.h file to be used by the trace-cmd exec itself.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'trace-cmd.c')
-rw-r--r-- | trace-cmd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/trace-cmd.c b/trace-cmd.c index 7d41744..6719fc3 100644 --- a/trace-cmd.c +++ b/trace-cmd.c | |||
@@ -33,8 +33,7 @@ | |||
33 | #include <ctype.h> | 33 | #include <ctype.h> |
34 | #include <errno.h> | 34 | #include <errno.h> |
35 | 35 | ||
36 | #include "parse-events.h" | 36 | #include "trace-local.h" |
37 | #include "trace-cmd.h" | ||
38 | 37 | ||
39 | #define VERSION "0.5" | 38 | #define VERSION "0.5" |
40 | 39 | ||