diff options
Diffstat (limited to 'ASNMP/examples/get/Makefile')
-rw-r--r-- | ASNMP/examples/get/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ASNMP/examples/get/Makefile b/ASNMP/examples/get/Makefile index 9010ba99d9d..efba9b7161f 100644 --- a/ASNMP/examples/get/Makefile +++ b/ASNMP/examples/get/Makefile @@ -13,7 +13,7 @@ BIN = get CCFLAGS = -I$(ACE_ROOT)/ASNMP/ LSRC = $(addsuffix .cpp,$(BIN)) -VLDLIBS = -R$(ACE_ROOT)/ASNMP/asnmp -L$(WRAPPER_ROOT)/ASNMP/asnmp -lasnmp $(LDLIBS:%=%$(VAR)) +VLDLIBS = -R$(ACE_ROOT)/ASNMP/asnmp -L$(ACE_ROOT)/ASNMP/asnmp -lasnmp $(LDLIBS:%=%$(VAR)) BUILD = $(VBIN) |