diff options
author | fche <fche> | 2007-07-02 19:40:50 +0000 |
---|---|---|
committer | fche <fche> | 2007-07-02 19:40:50 +0000 |
commit | 35a04c8ed90f82fd0b6ec28c1f9413c7273361c6 (patch) | |
tree | 411e31714e07b4ce35db24776ef58d1eee3668ed /runtime | |
parent | 6deb97532a3cd8f2b6cd8bf34dc903232fd65f6b (diff) | |
download | systemtap-steved-35a04c8ed90f82fd0b6ec28c1f9413c7273361c6.tar.gz systemtap-steved-35a04c8ed90f82fd0b6ec28c1f9413c7273361c6.tar.xz systemtap-steved-35a04c8ed90f82fd0b6ec28c1f9413c7273361c6.zip |
2007-07-02 Frank Ch. Eigler <fche@rechat.com>
* staplog.c: New file from Satoru MORIYA
<satoru.moriya.br@hitachi.com>, 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.
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/lket/b2a/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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@ |