summaryrefslogtreecommitdiffstats
path: root/ldap/servers/snmp
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@redhat.com>2006-10-25 00:05:18 +0000
committerNoriko Hosoi <nhosoi@redhat.com>2006-10-25 00:05:18 +0000
commit1f66bb691f8d0377334d109b7db19d7ec1971fb6 (patch)
tree5907e77bbc81d094f823b3838cfadf08fcb87215 /ldap/servers/snmp
parentce5079cf2029b380efd95f2f6e17b98df22927e5 (diff)
downloadds-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/snmp')
-rw-r--r--ldap/servers/snmp/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ldap/servers/snmp/Makefile b/ldap/servers/snmp/Makefile
index b34f8f95..d8a1d40c 100644
--- a/ldap/servers/snmp/Makefile
+++ b/ldap/servers/snmp/Makefile
@@ -89,9 +89,9 @@ ifneq ($(ARCH), WINNT)
EXTRA_LIBS += $(NETSNMP_LINK) $(EXTERNAL_AGENT_LIBS)
endif
-# the redhat-directory.mib goes in the plugins/snmp directory, and the other mib like
-# files go in the plugins/snmp/mibs directory
-MIB_DEST_DIR = $(RELDIR)/plugins/snmp
+# the redhat-directory.mib goes in the _datadir/brand-ds/plugins/snmp directory, and the other mib like
+# files go in the _datadir/brand-ds/plugins/snmp/mibs directory
+MIB_DEST_DIR = $(RELDIR)/$(DS_PLUGINDIR)/snmp
MIB_SRC_FILES =redhat-directory.mib
MIBS_DEST_DIR = $(MIB_DEST_DIR)/mibs
MIBS_SRC_FILES = NETWORK-SERVICES-MIB.txt \