summaryrefslogtreecommitdiffstats
path: root/grapher/Makefile.am
diff options
context:
space:
mode:
authorTim Moore <timoore@redhat.com>2009-04-20 09:08:08 +0200
committerTim Moore <timoore@redhat.com>2009-04-20 10:03:45 +0200
commit1087b83f9b60e85d3d41cebd797f2eb4cc495bc6 (patch)
tree6e45b6fe2a8d2c3775d9a0ec3e2620cde3bbe591 /grapher/Makefile.am
parenta6e65750e80380d42ea238f3c688c3499de16d74 (diff)
downloadsystemtap-steved-1087b83f9b60e85d3d41cebd797f2eb4cc495bc6.tar.gz
systemtap-steved-1087b83f9b60e85d3d41cebd797f2eb4cc495bc6.tar.xz
systemtap-steved-1087b83f9b60e85d3d41cebd797f2eb4cc495bc6.zip
Finish moving grapher into a subdirectory
* configure.ac (GRAPHER): Configuration prefix for variables defined by PKG_CHECK_MODULES macro. (BUILD_GRAPHER): New conditional variable (enable-grapher): New option (AC_CONFIG_FILES): Add grapher/Makefile * Makefile.am (SUBDIRS): Add grapher * grapher/Makefile.am: New file
Diffstat (limited to 'grapher/Makefile.am')
-rw-r--r--grapher/Makefile.am2
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