diff options
author | Tim Moore <timoore@redhat.com> | 2009-09-30 19:02:42 +0200 |
---|---|---|
committer | Tim Moore <timoore@redhat.com> | 2009-09-30 20:45:09 +0200 |
commit | 90b64e1e89a33317d6008e10fe2c106a0dc34c7a (patch) | |
tree | 74bb42bdce674fce19bda066d7e7f4bb4f1ce4d7 /grapher/Makefile.am | |
parent | 4cba1a1a2cb6d5fc03f0f89f480c6761974938af (diff) | |
download | systemtap-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.am | 2 |
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 |