summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 5c9a37d0..4b81c83d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,8 +15,8 @@ bin_PROGRAMS = stap staprun
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
-stap_LDADD = @stap_LIBS@
+ cache.cxx util.cxx coveragedb.cxx
+stap_LDADD = @stap_LIBS@ -lsqlite3
stap_CXXFLAGS = $(AM_CXXFLAGS)
stap_CPPFLAGS = $(AM_CPPFLAGS)