diff options
Diffstat (limited to 'grapher/Makefile.am')
-rw-r--r-- | grapher/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/grapher/Makefile.am b/grapher/Makefile.am index 97d4ab2a..fdb52ef7 100644 --- a/grapher/Makefile.am +++ b/grapher/Makefile.am @@ -1,5 +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 |