summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorwcohen <wcohen>2007-06-29 18:13:49 +0000
committerwcohen <wcohen>2007-06-29 18:13:49 +0000
commit6b1a02746ee21861ddbd7bb7ccd46d0674904417 (patch)
tree65b81cc9164aa57073a8d340e0cbe149a3e74e59 /Makefile.in
parent65eebc45d24f5272cc261b815fd1e0e523e3b504 (diff)
downloadsystemtap-steved-6b1a02746ee21861ddbd7bb7ccd46d0674904417.tar.gz
systemtap-steved-6b1a02746ee21861ddbd7bb7ccd46d0674904417.tar.xz
systemtap-steved-6b1a02746ee21861ddbd7bb7ccd46d0674904417.zip
PR 4529
* configure.ac: * Makefile.am: Limit where sqlite3 linked in. * configure: * Makefile.in: Regenerate. * coveragedb.cxx (update_coverage_db): Remove unneeded print. * coveragedb.cxx (increment_element): Correct formatting.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 1b1ff3f8..3ffc2441 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -270,7 +270,7 @@ stap_SOURCES = main.cxx \
tapsets.cxx buildrun.cxx loc2c.c hash.cxx mdfour.c \
cache.cxx util.cxx coveragedb.cxx
-stap_LDADD = @stap_LIBS@ -lsqlite3
+stap_LDADD = @stap_LIBS@
stap_CXXFLAGS = $(AM_CXXFLAGS)
stap_CPPFLAGS = $(AM_CPPFLAGS) $(am__append_1)
stap_LDFLAGS = $(AM_LDFLAGS) $(am__append_2)