diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 20:00:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 20:00:20 +0000 |
commit | fcb4cb5c3d0fec0fede160d565134d553d783fb2 (patch) | |
tree | 7be42535554ca6badc1847d83ef123f4dc3c5506 /traceevent/Makefile.am | |
parent | Initial commit. (diff) | |
download | powertop-upstream.tar.xz powertop-upstream.zip |
Adding upstream version 2.15.upstream/2.15upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'traceevent/Makefile.am')
-rw-r--r-- | traceevent/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/traceevent/Makefile.am b/traceevent/Makefile.am new file mode 100644 index 0000000..d3ee608 --- /dev/null +++ b/traceevent/Makefile.am @@ -0,0 +1,7 @@ +noinst_LTLIBRARIES = libtraceevnet.la +libtraceevnet_la_SOURCES = event-parse.c \ + event-parse.h \ + event-utils.h \ + parse-filter.c\ + parse-utils.c \ + trace-seq.c |