diff options
author | Nathan Kinder <nkinder@redhat.com> | 2005-03-31 00:10:15 +0000 |
---|---|---|
committer | Nathan Kinder <nkinder@redhat.com> | 2005-03-31 00:10:15 +0000 |
commit | 283759753b198ffc18d172c2f5e1fbef5efb0b75 (patch) | |
tree | 3299de4fccb6a866d2af5b24a58732b9bf8d819d /components.mk | |
parent | b1c0fcde718656bd267ed97c7ff2ae2d861e054f (diff) | |
download | ds-283759753b198ffc18d172c2f5e1fbef5efb0b75.tar.gz ds-283759753b198ffc18d172c2f5e1fbef5efb0b75.tar.xz ds-283759753b198ffc18d172c2f5e1fbef5efb0b75.zip |
Update components and SNMP config changes
Diffstat (limited to 'components.mk')
-rw-r--r-- | components.mk | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/components.mk b/components.mk index a5e51c52..437993b2 100644 --- a/components.mk +++ b/components.mk @@ -451,17 +451,6 @@ PACKAGE_SRC_DEST += $(wildcard $(DB_LIBPATH)/*.$(DLL_SUFFIX)) bin/slapd/server ### DB component (Berkeley DB) ############################ -### DOCS ################################# -# this is where the build looks for slapd docs -DSDOC_DIR = $(ABS_ROOT)/../dist/dsdoc -DSDOC_VERSDIR = $(DIR_NORM_VERSION)$(BUILD_MODE) -DSDOC_RELEASE = $(COMPONENTS_DIR_DEV)/ldapserverdoc/$(DSDOC_VERSDIR)/$(DSDOC_RELDATE) - -DSDOC_CLIENTS = slapd_clients.zip -DSDOC_COPYRIGHT = slapd_copyright.zip -DSDOC_FILES = $(DSDOC_COPYRIGHT),$(DSDOC_CLIENTS) -### DOCS END ############################# - # must define dependencies last because they depend on the definitions above ifeq ($(INTERNAL_BUILD), 1) include $(BUILD_ROOT)/internal_comp_deps.mk |