summaryrefslogtreecommitdiffstats
path: root/grapher/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'grapher/Makefile.am')
-rw-r--r--grapher/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/grapher/Makefile.am b/grapher/Makefile.am
index 028b3b3a..472f2f36 100644
--- a/grapher/Makefile.am
+++ b/grapher/Makefile.am
@@ -1,7 +1,7 @@
if BUILD_GRAPHER
bin_PROGRAMS = stapgraph
-stapgraph_CXXFLAGS = $(GRAPHER_CFLAGS)
+stapgraph_CXXFLAGS = $(gtkmm_CFLAGS)
stapgraph_SOURCES = grapher.cxx StapParser.cxx Graph.cxx GraphWidget.cxx CairoWidget.cxx
-stapgraph_LDADD = $(GRAPHER_LIBS)
+stapgraph_LDADD = $(gtkmm_LIBS)
endif