summaryrefslogtreecommitdiffstats
path: root/components.mk
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2005-04-08 19:44:53 +0000
committerRich Megginson <rmeggins@redhat.com>2005-04-08 19:44:53 +0000
commit7a4d0773c023fdd798b240e73a40d5c746ae18d2 (patch)
tree575b59702bf1a627584230dbc17e953b80bee1e7 /components.mk
parent36203f4d76b669667bc79ed330ef1048d106b353 (diff)
downloadds-7a4d0773c023fdd798b240e73a40d5c746ae18d2.tar.gz
ds-7a4d0773c023fdd798b240e73a40d5c746ae18d2.tar.xz
ds-7a4d0773c023fdd798b240e73a40d5c746ae18d2.zip
Added more support for building from source, specifically support for
NET-SNMP. Also a couple of minor clean up items.
Diffstat (limited to 'components.mk')
-rw-r--r--components.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/components.mk b/components.mk
index 437993b2..17e421b2 100644
--- a/components.mk
+++ b/components.mk
@@ -360,9 +360,9 @@ endif
### Net-SNMP package ######################################
ifdef NETSNMP_SOURCE_ROOT
- NETSNMP_LIBPATH = $(NETSNMP_SOURCE_ROOT)/lib
- NETSNMP_INCDIR = $(NETSNMP_SOURCE_ROOT)/include
- NETSNMP_BINDIR = $(NETSNMP_SOURCE_ROOT)/bin
+ NETSNMP_LIBPATH = $(NETSNMP_SOURCE_ROOT)/built/lib
+ NETSNMP_INCDIR = $(NETSNMP_SOURCE_ROOT)/built/include
+ NETSNMP_BINDIR = $(NETSNMP_SOURCE_ROOT)/built/bin
else
NETSNMP_LIBPATH = $(NETSNMP_BUILD_DIR)/lib
NETSNMP_INCDIR = $(NETSNMP_BUILD_DIR)/include