diff options
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 |