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

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