From d3e3db27d3410fe52e826ff4f76e5a84d192cbb2 Mon Sep 17 00:00:00 2001 From: David Smith Date: Thu, 24 Sep 2009 08:10:16 -0500 Subject: 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 --- grapher/Makefile.am | 4 ++-- grapher/Makefile.in | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'grapher') diff --git a/grapher/Makefile.am b/grapher/Makefile.am index 028b3b3a..472f2f36 100644 --- a/grapher/Makefile.am +++ b/grapher/Makefile.am @@ -1,7 +1,7 @@ if BUILD_GRAPHER bin_PROGRAMS = stapgraph -stapgraph_CXXFLAGS = $(GRAPHER_CFLAGS) +stapgraph_CXXFLAGS = $(gtkmm_CFLAGS) stapgraph_SOURCES = grapher.cxx StapParser.cxx Graph.cxx GraphWidget.cxx CairoWidget.cxx -stapgraph_LDADD = $(GRAPHER_LIBS) +stapgraph_LDADD = $(gtkmm_LIBS) endif diff --git a/grapher/Makefile.in b/grapher/Makefile.in index 03246a68..9c8b0258 100644 --- a/grapher/Makefile.in +++ b/grapher/Makefile.in @@ -96,8 +96,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@ @@ -153,6 +151,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@ @@ -190,9 +190,9 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -@BUILD_GRAPHER_TRUE@stapgraph_CXXFLAGS = $(GRAPHER_CFLAGS) +@BUILD_GRAPHER_TRUE@stapgraph_CXXFLAGS = $(gtkmm_CFLAGS) @BUILD_GRAPHER_TRUE@stapgraph_SOURCES = grapher.cxx StapParser.cxx Graph.cxx GraphWidget.cxx CairoWidget.cxx -@BUILD_GRAPHER_TRUE@stapgraph_LDADD = $(GRAPHER_LIBS) +@BUILD_GRAPHER_TRUE@stapgraph_LDADD = $(gtkmm_LIBS) all: all-am .SUFFIXES: -- cgit