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

project(http_client) : aceexe {
  requires += ace_filecache

  Source_Files {
    http_handler.cpp
    http_client.cpp
  }
}