diff options
| author | Noriko Hosoi <nhosoi@redhat.com> | 2006-10-25 00:05:18 +0000 |
|---|---|---|
| committer | Noriko Hosoi <nhosoi@redhat.com> | 2006-10-25 00:05:18 +0000 |
| commit | 1f66bb691f8d0377334d109b7db19d7ec1971fb6 (patch) | |
| tree | 5907e77bbc81d094f823b3838cfadf08fcb87215 /ldap/servers/plugins/retrocl | |
| parent | ce5079cf2029b380efd95f2f6e17b98df22927e5 (diff) | |
| download | ds-1f66bb691f8d0377334d109b7db19d7ec1971fb6.tar.gz ds-1f66bb691f8d0377334d109b7db19d7ec1971fb6.tar.xz ds-1f66bb691f8d0377334d109b7db19d7ec1971fb6.zip | |
Resolves: #210947
Summary: parameterizing the hardcoded paths (phase 3. installed binaries, change log, setup)
Comment #23
Diffstat (limited to 'ldap/servers/plugins/retrocl')
| -rw-r--r-- | ldap/servers/plugins/retrocl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap/servers/plugins/retrocl/Makefile b/ldap/servers/plugins/retrocl/Makefile index 21041d27..fcfb0728 100644 --- a/ldap/servers/plugins/retrocl/Makefile +++ b/ldap/servers/plugins/retrocl/Makefile @@ -49,7 +49,7 @@ NSPR20=true # probably should be defined somewhere else (not sure where) OBJDEST = $(OBJDIR)/lib/retrocl-plugin BINDIR = $(LDAP_SERVER_RELDIR) -LIBDIR = $(LIB_RELDIR) +LIBDIR = $(LDAP_PLUGIN_RELDIR) include $(BUILD_ROOT)/nsdefs.mk include $(BUILD_ROOT)/nsconfig.mk |
