summaryrefslogtreecommitdiff
path: root/config/Makefile.am
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2016-10-23 18:41:40 +0000
committerMatthieu Herrb <matthieu@herrb.eu>2020-07-14 15:52:34 +0200
commita37640ff41319598370ed1430991fdd4836e1517 (patch)
treed63d6cf418a2ade6d11f6548841569092ff563c9 /config/Makefile.am
parent535d1ef5a14fddfcb561806ba1b195d86c8bcb62 (diff)
Oops a typo crept in
Diffstat (limited to 'config/Makefile.am')
-rw-r--r--config/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Makefile.am b/config/Makefile.am
index 5c50ca3..21c32d9 100644
--- a/config/Makefile.am
+++ b/config/Makefile.am
@@ -50,7 +50,7 @@ CPP_FILES_FLAGS = -DBINDIR="$(bindir)" -DDEFAULTVT="$(DEFAULTVT)" \
-DUTMP_FILE="$(UTMP_FILE)" -DWTMP_FILE="$(WTMP_FILE)" \
-DXENODMDIR="$(XENODMLIBDIR)" -DXENODMLOGDIR="$(XENODMLOGDIR)" \
-DXENODMXAUTHDIR="$(XENODMXAUTHDIR)" \
- --DXENODMCONFIGDIR="$(XENODMCONFIGDIR)" \
+ -DXENODMCONFIGDIR="$(XENODMCONFIGDIR)" \
-DXENODMSCRIPTDIR="$(XENODMSCRIPTDIR)" -DSU="$(SU)" \
$(XPMDEFINES) -DSHELL_CMD="$(SHELL_CMD)" $(MKTEMP_DEFINES)