diff options
Diffstat (limited to 'grapher/Makefile.am')
-rw-r--r-- | grapher/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/grapher/Makefile.am b/grapher/Makefile.am new file mode 100644 index 00000000..fdb52ef7 --- /dev/null +++ b/grapher/Makefile.am @@ -0,0 +1,7 @@ +if BUILD_GRAPHER +bin_PROGRAMS = grapher + +grapher_CXXFLAGS = $(GRAPHER_CFLAGS) +grapher_SOURCES = grapher.cxx GraphWidget.cxx CairoWidget.cxx +grapher_LDADD = $(GRAPHER_LIBS) +endif
\ No newline at end of file |