summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2009-05-07 14:49:08 -0700
committerJosh Stone <jistone@redhat.com>2009-05-07 14:52:49 -0700
commit01c2eefe76e5a0eb8dd5a9504b522cdcb11f2665 (patch)
tree4bad9b6ff586602718774470231243af8ed267ef /Makefile.am
parentbae55db94d702c373cf66006d6736fb6adb69f23 (diff)
downloadsystemtap-steved-01c2eefe76e5a0eb8dd5a9504b522cdcb11f2665.tar.gz
systemtap-steved-01c2eefe76e5a0eb8dd5a9504b522cdcb11f2665.tar.xz
systemtap-steved-01c2eefe76e5a0eb8dd5a9504b522cdcb11f2665.zip
Separate the permon tapset
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 08775a74..dc8f060d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,7 +38,8 @@ stap_SOURCES = main.cxx \
parse.cxx staptree.cxx elaborate.cxx translate.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-been.cxx tapset-procfs.cxx tapset-timers.cxx \
+ tapset-perfmon.cxx
stap_LDADD = @stap_LIBS@ @sqlite3_LIBS@
BUILT_SOURCES =