summaryrefslogtreecommitdiff
path: root/lib/make/make.config.defn.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib/make/make.config.defn.in')
-rw-r--r--lib/make/make.config.defn.in6
1 files changed, 6 insertions, 0 deletions
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@