diff options
author | Josh Stone <jistone@redhat.com> | 2009-08-04 15:11:44 -0700 |
---|---|---|
committer | Josh Stone <jistone@redhat.com> | 2009-08-04 15:11:44 -0700 |
commit | 14df5fde19ceb5d6a40101be88ee38e3a781059e (patch) | |
tree | 286a18dbde0e7f9d5a020a0d5bb3a5a1c572a025 /grapher/Makefile.am | |
parent | 79bd71a13fb5dde4d76d42dd5158cdb18c06b6c5 (diff) | |
download | systemtap-steved-14df5fde19ceb5d6a40101be88ee38e3a781059e.tar.gz systemtap-steved-14df5fde19ceb5d6a40101be88ee38e3a781059e.tar.xz systemtap-steved-14df5fde19ceb5d6a40101be88ee38e3a781059e.zip |
Rename and package the grapher
* grapher/Makefile.am: Rename the binary to stapgraph.
* grapher/Makefile.in: Regen.
* systemtap.spec: Add a -grapher subpackage.
Diffstat (limited to 'grapher/Makefile.am')
-rw-r--r-- | grapher/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/grapher/Makefile.am b/grapher/Makefile.am index 0f61d77b..028b3b3a 100644 --- a/grapher/Makefile.am +++ b/grapher/Makefile.am @@ -1,7 +1,7 @@ if BUILD_GRAPHER -bin_PROGRAMS = grapher +bin_PROGRAMS = stapgraph -grapher_CXXFLAGS = $(GRAPHER_CFLAGS) -grapher_SOURCES = grapher.cxx StapParser.cxx Graph.cxx GraphWidget.cxx CairoWidget.cxx -grapher_LDADD = $(GRAPHER_LIBS) -endif
\ No newline at end of file +stapgraph_CXXFLAGS = $(GRAPHER_CFLAGS) +stapgraph_SOURCES = grapher.cxx StapParser.cxx Graph.cxx GraphWidget.cxx CairoWidget.cxx +stapgraph_LDADD = $(GRAPHER_LIBS) +endif |