blob: 63ef09376f3a5eb0910d0c8055a4e24123b3563c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// -*- MPC -*-
// $Id$
project : messaging, rteventexe, rtevent_serv, naming, iortable {
after += Event_Test_Lib
libs += ECTests
specific (automake) {
includes += $(srcdir)/../lib
} else {
includes += ../lib
}
}
|