diff options
author | Josh Stone <jistone@redhat.com> | 2009-05-07 16:17:11 -0700 |
---|---|---|
committer | Josh Stone <jistone@redhat.com> | 2009-05-07 16:17:11 -0700 |
commit | 93646f4d5ccaa051cd996cc2ab6a2b4a21418714 (patch) | |
tree | 38a0ed4ae4871ec2574778dd812b5e388d548185 /Makefile.am | |
parent | dd0e4fa70fd7589ff80618305bd3d24e98a5d73b (diff) | |
download | systemtap-steved-93646f4d5ccaa051cd996cc2ab6a2b4a21418714.tar.gz systemtap-steved-93646f4d5ccaa051cd996cc2ab6a2b4a21418714.tar.xz systemtap-steved-93646f4d5ccaa051cd996cc2ab6a2b4a21418714.zip |
Separate task_finder and the itrace tapset
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e65d1535..4b2d724d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,8 @@ 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-mark.cxx + tapset-perfmon.cxx tapset-mark.cxx tapset-itrace.cxx \ + task_finder.cxx stap_LDADD = @stap_LIBS@ @sqlite3_LIBS@ BUILT_SOURCES = |