summaryrefslogtreecommitdiffstats
path: root/grapher/Makefile.am
blob: 0f61d77beb1199312fd40488d942f0a557e262ef (plain)
1
2
3
4
5
6
7
if BUILD_GRAPHER
bin_PROGRAMS = grapher

grapher_CXXFLAGS = $(GRAPHER_CFLAGS)
grapher_SOURCES = grapher.cxx StapParser.cxx Graph.cxx GraphWidget.cxx CairoWidget.cxx
grapher_LDADD = $(GRAPHER_LIBS)
endif