summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-09-30 01:57:32 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-09-30 01:57:32 (GMT)
commit185687aa299b7f52ddf43691978c26c40a1b5e9d (patch)
treee28732437ddc94ed35056c145807a46addafd34f /Makefile.in
parent6baef82c26f0586ce53373760ac550b0d2536626 (diff)
parent4f266e1a8c78cec2c425b17784576db56125bbbd (diff)
Merge pull request #189 from bhundven/automated_build_config
configure: Add automated build option
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 895983b..c7494f5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -46,6 +46,7 @@ all: Makefile build
# Stuff found by ./configure
export DATE := @DATE@
export LOCAL := @enable_local@
+export AUTOMATED := @enable_automated@
export PROG_SED := @program_transform_name@
export PACKAGE_TARNAME := @PACKAGE_TARNAME@
export VERSION := @PACKAGE_VERSION@