summaryrefslogtreecommitdiff
path: root/ASNMP/agent/agent.mpc
blob: 4579c29d458a7b5f730de9e9df0dc58bba6a4e52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// $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
  }
}