diff options
author | Josh Stone <jistone@redhat.com> | 2009-05-07 15:15:29 -0700 |
---|---|---|
committer | Josh Stone <jistone@redhat.com> | 2009-05-07 15:16:27 -0700 |
commit | dd0e4fa70fd7589ff80618305bd3d24e98a5d73b (patch) | |
tree | ad838bedde6211cfc00bc3e080d6e31af0e57ce8 /Makefile.am | |
parent | 01c2eefe76e5a0eb8dd5a9504b522cdcb11f2665 (diff) | |
download | systemtap-steved-dd0e4fa70fd7589ff80618305bd3d24e98a5d73b.tar.gz systemtap-steved-dd0e4fa70fd7589ff80618305bd3d24e98a5d73b.tar.xz systemtap-steved-dd0e4fa70fd7589ff80618305bd3d24e98a5d73b.zip |
Separate the kernel.mark tapset
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index dc8f060d..e65d1535 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,7 @@ stap_SOURCES = main.cxx \ tapsets.cxx buildrun.cxx loc2c.c hash.cxx mdfour.c \ cache.cxx util.cxx coveragedb.cxx dwarf_wrappers.cxx \ tapset-been.cxx tapset-procfs.cxx tapset-timers.cxx \ - tapset-perfmon.cxx + tapset-perfmon.cxx tapset-mark.cxx stap_LDADD = @stap_LIBS@ @sqlite3_LIBS@ BUILT_SOURCES = |