summaryrefslogtreecommitdiffstats
path: root/src/include/Makefile.in
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2011-06-17 13:44:26 +0000
committerGreg Hudson <ghudson@mit.edu>2011-06-17 13:44:26 +0000
commit6d2780e121d8305c3acf43c56730884396990854 (patch)
treee66211bef53665e5ac1f93bc3b820a06f6b77b86 /src/include/Makefile.in
parent4b778bc6d6e8db0c1145da0aa618289ab1812d37 (diff)
downloadkrb5-6d2780e121d8305c3acf43c56730884396990854.tar.gz
krb5-6d2780e121d8305c3acf43c56730884396990854.tar.xz
krb5-6d2780e121d8305c3acf43c56730884396990854.zip
Add k5_plugin_register_dyn internal API
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24969 dc483132-0cff-0310-8789-dd5450dbe970
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