summaryrefslogtreecommitdiffstats
path: root/src/include/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/Makefile.in')
-rw-r--r--src/include/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/Makefile.in b/src/include/Makefile.in
index ed7d20fbb4..d6a9b3c389 100644
--- a/src/include/Makefile.in
+++ b/src/include/Makefile.in
@@ -65,8 +65,9 @@ PROCESS_REPLACE = -e "s+@KRB5RCTMPDIR+$(KRB5RCTMPDIR)+" \
-e "s+@SBINDIR+$(SBINDIR)+" \
-e "s+@MODULEDIR+$(MODULE_DIR)+" \
-e "s+@GSSMODULEDIR+$(GSS_MODULE_DIR)+" \
- -e 's+@LOCALSTATEDIR+$(LOCALSTATEDIR)+' \
- -e 's+@SYSCONFDIR+$(SYSCONFDIR)+'
+ -e 's+@LOCALSTATEDIR+$(LOCALSTATEDIR)+' \
+ -e 's+@SYSCONFDIR+$(SYSCONFDIR)+' \
+ -e 's+@DYNOBJEXT+$(DYNOBJEXT)+'
OSCONFSRC = $(srcdir)/osconf.hin