From 1087b83f9b60e85d3d41cebd797f2eb4cc495bc6 Mon Sep 17 00:00:00 2001 From: Tim Moore Date: Mon, 20 Apr 2009 09:08:08 +0200 Subject: 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 --- grapher/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'grapher/Makefile.am') 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 -- cgit