summaryrefslogtreecommitdiff
path: root/ASNMP/agent/agent.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ASNMP/agent/agent.mpc')
-rw-r--r--ASNMP/agent/agent.mpc14
1 files changed, 0 insertions, 14 deletions
diff --git a/ASNMP/agent/agent.mpc b/ASNMP/agent/agent.mpc
deleted file mode 100644
index 4579c29d458..00000000000
--- a/ASNMP/agent/agent.mpc
+++ /dev/null
@@ -1,14 +0,0 @@
-// $Id$
-
-project (asnmp_agent) : aceexe {
- exename = agent
- after += asnmp_lib
- libs += asnmp
- avoids += uses_wchar
- includes += $(ACE_ROOT)/ASNMP
- source_files {
- agent_impl.cpp
- main.cpp
- snmp_agent.cpp
- }
-}