summaryrefslogtreecommitdiff
path: root/modules/CIAO/tests/CIF/Common/CIF_Common.mpc
blob: c25cd4be6d30371b427d42a46620b1072ea2195f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// $Id$

project (CIF_Common) : ciao_componentserver_stub, ccm_configvalue, ciao_cs_client, ciao_logger {
   sharedname = CIF_Common
   libout = ../lib
   IDL_Files {
   }

   Source_Files {
     CIF_Common.cpp
   }

   Header_Files {
     CIF_Common.h
   }
}