summaryrefslogtreecommitdiffstats
path: root/grapher/Makefile.am
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.am
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.am')
-rw-r--r--grapher/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/grapher/Makefile.am b/grapher/Makefile.am
index 9fd817ec..7f6b56fd 100644
--- a/grapher/Makefile.am
+++ b/grapher/Makefile.am
@@ -5,5 +5,5 @@ stapgraph_CPPFLAGS = -DPKGDATADIR='"${pkgdatadir}"'
stapgraph_CXXFLAGS = $(gtkmm_CFLAGS) -Wall -Werror
stapgraph_SOURCES = grapher.cxx StapParser.cxx Graph.cxx GraphWidget.cxx CairoWidget.cxx
stapgraph_LDADD = $(gtkmm_LIBS)
-dist_pkgdata_DATA = graph-dialog.glade
+dist_pkgdata_DATA = graph-dialog.glade stap-start.glade
endif