diff options
author | David Smith <dsmith@redhat.com> | 2009-10-15 12:39:15 -0500 |
---|---|---|
committer | David Smith <dsmith@redhat.com> | 2009-10-15 12:39:15 -0500 |
commit | f8a493892377692c1c8f60c38ee05ac1fa77a8ed (patch) | |
tree | 4845544cdf4b8f3abbc586548309cd4b421e3fb9 /doc/SystemTap_Tapset_Reference | |
parent | f77aa5c5e1578ca99b88faafc17fe09c86d687e4 (diff) | |
download | systemtap-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.in | 2 |
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@ |