summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2010-08-16 14:15:23 -0600
committerRich Megginson <rmeggins@redhat.com>2010-08-31 13:35:54 -0600
commit99c467c2d7b3031f15dc1b6db79e7d1c580b4719 (patch)
treee0d0ac78ba2c2099f542b33ea96a9fbdb7313d10 /Makefile.am
parenta5564abf94f8951a8a3ce6fa51b5e2f26b617711 (diff)
downloadds-99c467c2d7b3031f15dc1b6db79e7d1c580b4719.tar.gz
ds-99c467c2d7b3031f15dc1b6db79e7d1c580b4719.tar.xz
ds-99c467c2d7b3031f15dc1b6db79e7d1c580b4719.zip
add ldaptool_opts for the non BUNDLE case in Makefile.am
forgot to add ldaptool_opts for the non BUNDLE case in Makefile.am
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index dc22ce10..b41de4e4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1364,6 +1364,7 @@ fixupcmd = sed \
-e 's,@ldapsdk_libdir\@,$(ldapsdk_libdir),g' \
-e 's,@ldapsdk_bindir\@,$(ldapsdk_bindir),g' \
-e 's,@ldaptool_bindir\@,$(ldaptool_bindir),g' \
+ -e 's,@ldaptool_opts\@,$(ldaptool_opts),g' \
-e 's,@plainldif_opts\@,$(plainldif_opts),g' \
-e 's,@db_libdir\@,$(db_libdir),g' \
-e 's,@db_bindir\@,$(db_bindir),g' \