diff options
Diffstat (limited to 'grapher/Makefile.am')
-rw-r--r-- | grapher/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/grapher/Makefile.am b/grapher/Makefile.am new file mode 100644 index 00000000..97d4ab2a --- /dev/null +++ b/grapher/Makefile.am @@ -0,0 +1,5 @@ +bin_PROGRAMS = grapher + +grapher_CXXFLAGS = $(GRAPHER_CFLAGS) +grapher_SOURCES = grapher.cxx GraphWidget.cxx CairoWidget.cxx +grapher_LDADD = $(GRAPHER_LIBS) |