From 357851e65caeb391a289bec38b5d8e31ee4369b4 Mon Sep 17 00:00:00 2001 From: goodale Date: Thu, 10 Feb 2000 11:24:27 +0000 Subject: Added detection of X library location. Sets make variables X_LIB_DIR X_INC_DIR Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1377 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/make/make.config.defn.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/make/make.config.defn.in') diff --git a/lib/make/make.config.defn.in b/lib/make/make.config.defn.in index d887bfd7..afb5f1a9 100644 --- a/lib/make/make.config.defn.in +++ b/lib/make/make.config.defn.in @@ -99,6 +99,12 @@ OS = @host_os@ CPU = @host_cpu@ VENDOR = @host_vendor@ +# X stuff + +X_LIB_DIR = @X_LIB_DIR@ +X_INC_DIR = @X_INC_DIR@ + + # Where the CCTK puts things PACKAGE_DIR = $(CCTK_HOME)/@PACKAGE_DIR@ BUILD_DIR = $(TOP)/@BUILD_DIR@ -- cgit v1.2.3