summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorDavid Smith <dsmith@redhat.com>2009-09-24 08:10:16 -0500
committerDavid Smith <dsmith@redhat.com>2009-09-24 08:10:16 -0500
commitd3e3db27d3410fe52e826ff4f76e5a84d192cbb2 (patch)
tree7a21e98fdc99153bb90fcaace42490fa54f72313 /Makefile.in
parentc3f070d9ef42f9b8ceea7ddb9c69496872f7f44c (diff)
downloadsystemtap-steved-d3e3db27d3410fe52e826ff4f76e5a84d192cbb2.tar.gz
systemtap-steved-d3e3db27d3410fe52e826ff4f76e5a84d192cbb2.tar.xz
systemtap-steved-d3e3db27d3410fe52e826ff4f76e5a84d192cbb2.zip
Fixed grapher build problem caused by configure update.
* grapher/Makefile.am: Updated gtkmm CFLAGS/LIBS variable name. * grapher/Makefile.in: Regenerated. * Makefile.in: Ditto. * doc/Makefile.in * doc/SystemTap_Tapset_Reference/Makefile.in
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 4916fdf2..17188edb 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -262,8 +262,6 @@ ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
EXEEXT = @EXEEXT@
-GRAPHER_CFLAGS = @GRAPHER_CFLAGS@
-GRAPHER_LIBS = @GRAPHER_LIBS@
GREP = @GREP@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
@@ -319,6 +317,8 @@ docdir = @docdir@
dvidir = @dvidir@
elfutils_abs_srcdir = @elfutils_abs_srcdir@
exec_prefix = @exec_prefix@
+gtkmm_CFLAGS = @gtkmm_CFLAGS@
+gtkmm_LIBS = @gtkmm_LIBS@
have_certutil = @have_certutil@
have_dvips = @have_dvips@
have_latex = @have_latex@