summaryrefslogtreecommitdiff
path: root/ASNMP/Makefile
diff options
context:
space:
mode:
authormrm <mrm@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-01 00:08:28 +0000
committermrm <mrm@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-01 00:08:28 +0000
commit7a3ffebab8afb4c5a54cd049d6ca35a599c41f52 (patch)
tree20ae61cda95b6512211ea0df3fa51b27b1239474 /ASNMP/Makefile
parent208fa310e697f0803aa2f2d28b5885983c4b63d4 (diff)
downloadATCD-7a3ffebab8afb4c5a54cd049d6ca35a599c41f52.tar.gz
Updates for 1.6 (Eric Newton's changes)
Diffstat (limited to 'ASNMP/Makefile')
-rw-r--r--ASNMP/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ASNMP/Makefile b/ASNMP/Makefile
index 8d43505165a..dfcb25362d9 100644
--- a/ASNMP/Makefile
+++ b/ASNMP/Makefile
@@ -13,7 +13,6 @@ INFO = README
DIRS = asnmp \
examples \
tests
-
#----------------------------------------------------------------------------
# Include macros and targets
#----------------------------------------------------------------------------
@@ -25,6 +24,7 @@ include $(ACE_ROOT)/include/makeinclude/rules.nested.GNU
include $(ACE_ROOT)/include/makeinclude/rules.nolocal.GNU
+LDLIBS := -L$(ACE_ROOT)/ASNMP/asnmp -lasnmp $(LDLIBS:%=%$(VAR))
# DO NOT DELETE THIS LINE -- g++dep uses it.
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.