summaryrefslogtreecommitdiff
path: root/apps/JAWS/clients/Caching/caching.mpc
blob: fce9d81df4f3819e78527bf7dec7905787c2c614 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// -*- MPC -*-
// $Id$

project(http_client) : aceexe {
  avoids   += ace_for_tao
  requires += ace_filecache

  Source_Files {
    http_handler.cpp
    http_client.cpp
  }
}