From 35a04c8ed90f82fd0b6ec28c1f9413c7273361c6 Mon Sep 17 00:00:00 2001 From: fche Date: Mon, 2 Jul 2007 19:40:50 +0000 Subject: 2007-07-02 Frank Ch. Eigler * staplog.c: New file from Satoru MORIYA , prototype crash(8) extension module. * configure.ac: Look for crash/defs.h. * Makefile.am: Build/install staplog.so shared library if found. * configure, Makefile, config.in, runtime/lket/b2a/Makefile.in: Regenerated. --- runtime/lket/b2a/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime') diff --git a/runtime/lket/b2a/Makefile.in b/runtime/lket/b2a/Makefile.in index 4c3aac35..7b061034 100644 --- a/runtime/lket/b2a/Makefile.in +++ b/runtime/lket/b2a/Makefile.in @@ -77,7 +77,6 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ -CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ @@ -157,6 +156,7 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ +sqlite3_LIBS = @sqlite3_LIBS@ srcdir = @srcdir@ stap_LIBS = @stap_LIBS@ subdirs = @subdirs@ -- cgit