summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/Reference_Counted_Servant/Reference_Counted_Servant.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/Reference_Counted_Servant/Reference_Counted_Servant.mpc')
-rw-r--r--TAO/examples/POA/Reference_Counted_Servant/Reference_Counted_Servant.mpc8
1 files changed, 2 insertions, 6 deletions
diff --git a/TAO/examples/POA/Reference_Counted_Servant/Reference_Counted_Servant.mpc b/TAO/examples/POA/Reference_Counted_Servant/Reference_Counted_Servant.mpc
index 71264867f12..0b54971c2cb 100644
--- a/TAO/examples/POA/Reference_Counted_Servant/Reference_Counted_Servant.mpc
+++ b/TAO/examples/POA/Reference_Counted_Servant/Reference_Counted_Servant.mpc
@@ -2,15 +2,11 @@
// $Id$
project(*Server): taoexe, portableserver, minimum_corba {
+ includes += ../Generic_Servant
libs += Generic_Servant
after += POA_Generic_Servant_Lib
-
- specific (automake) {
- includes += $(srcdir)/../Generic_Servant
- }
- includes += ../Generic_Servant
-
Source_Files {
server.cpp
}
}
+