summaryrefslogtreecommitdiffstats
path: root/grapher/Makefile.in
diff options
context:
space:
mode:
authorTim Moore <timoore@redhat.com>2009-09-30 19:02:42 +0200
committerTim Moore <timoore@redhat.com>2009-09-30 20:45:09 +0200
commit90b64e1e89a33317d6008e10fe2c106a0dc34c7a (patch)
tree74bb42bdce674fce19bda066d7e7f4bb4f1ce4d7 /grapher/Makefile.in
parent4cba1a1a2cb6d5fc03f0f89f480c6761974938af (diff)
downloadsystemtap-steved-90b64e1e89a33317d6008e10fe2c106a0dc34c7a.tar.gz
systemtap-steved-90b64e1e89a33317d6008e10fe2c106a0dc34c7a.tar.xz
systemtap-steved-90b64e1e89a33317d6008e10fe2c106a0dc34c7a.zip
dialog for choosing stap script and providing arguments to stap and the script
* grapher/grapher.cxx (GraphicalStapLauncher): New class. (GrapherWindow constructor): Bind actions for graphical launcher buttons (GrapherWindow::setGraphicalLauncher): new method (GrapherWindow::on_menu_script_start): new method grapher/stap-start.glade, grapher/stap-start.gladep: new files grapher/Makefile.am: install stap-start.glade
Diffstat (limited to 'grapher/Makefile.in')
-rw-r--r--grapher/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/grapher/Makefile.in b/grapher/Makefile.in
index 564dc95f..44dddf48 100644
--- a/grapher/Makefile.in
+++ b/grapher/Makefile.in
@@ -71,7 +71,7 @@ CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
-o $@
SOURCES = $(stapgraph_SOURCES)
DIST_SOURCES = $(am__stapgraph_SOURCES_DIST)
-am__dist_pkgdata_DATA_DIST = graph-dialog.glade
+am__dist_pkgdata_DATA_DIST = graph-dialog.glade stap-start.glade
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
@@ -219,7 +219,7 @@ top_srcdir = @top_srcdir@
@BUILD_GRAPHER_TRUE@stapgraph_CXXFLAGS = $(gtkmm_CFLAGS) -Wall -Werror
@BUILD_GRAPHER_TRUE@stapgraph_SOURCES = grapher.cxx StapParser.cxx Graph.cxx GraphWidget.cxx CairoWidget.cxx
@BUILD_GRAPHER_TRUE@stapgraph_LDADD = $(gtkmm_LIBS)
-@BUILD_GRAPHER_TRUE@dist_pkgdata_DATA = graph-dialog.glade
+@BUILD_GRAPHER_TRUE@dist_pkgdata_DATA = graph-dialog.glade stap-start.glade
all: all-am
.SUFFIXES: