summaryrefslogtreecommitdiffstats
path: root/doc/SystemTap_Tapset_Reference
diff options
context:
space:
mode:
authorDavid Smith <dsmith@redhat.com>2009-10-15 12:39:15 -0500
committerDavid Smith <dsmith@redhat.com>2009-10-15 12:39:15 -0500
commitf8a493892377692c1c8f60c38ee05ac1fa77a8ed (patch)
tree4845544cdf4b8f3abbc586548309cd4b421e3fb9 /doc/SystemTap_Tapset_Reference
parentf77aa5c5e1578ca99b88faafc17fe09c86d687e4 (diff)
downloadsystemtap-steved-f8a493892377692c1c8f60c38ee05ac1fa77a8ed.tar.gz
systemtap-steved-f8a493892377692c1c8f60c38ee05ac1fa77a8ed.tar.xz
systemtap-steved-f8a493892377692c1c8f60c38ee05ac1fa77a8ed.zip
Updated checking for grapher dependencies.
* configure.ac: Made sure nss includes will error even if only 1 header isn't usable. Added grapher dependencies gtkmm and boost headers. * Makefile.in: Regenerated. * config.in: Ditto. * configure: Ditto. * doc/Makefile.in: Ditto. * doc/SystemTap_Tapset_Reference/Makefile.in: Ditto. * grapher/Makefile.am: Use libglade CFLAGS/LIBS. * grapher/Makefile.in: Regenerated.
Diffstat (limited to 'doc/SystemTap_Tapset_Reference')
-rw-r--r--doc/SystemTap_Tapset_Reference/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/SystemTap_Tapset_Reference/Makefile.in b/doc/SystemTap_Tapset_Reference/Makefile.in
index 1b914186..07a0416c 100644
--- a/doc/SystemTap_Tapset_Reference/Makefile.in
+++ b/doc/SystemTap_Tapset_Reference/Makefile.in
@@ -156,6 +156,8 @@ infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
+libglade_CFLAGS = @libglade_CFLAGS@
+libglade_LIBS = @libglade_LIBS@
localedir = @localedir@
localstatedir = @localstatedir@
mandir = @mandir@