diff options
Diffstat (limited to 'TAO/examples')
-rw-r--r-- | TAO/examples/Makefile.am | 1 | ||||
-rw-r--r-- | TAO/examples/POA/Makefile.am | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/TAO/examples/Makefile.am b/TAO/examples/Makefile.am index 56b5b7af958..8e78f3b662d 100644 --- a/TAO/examples/Makefile.am +++ b/TAO/examples/Makefile.am @@ -23,7 +23,6 @@ SUBDIRS = \ Load_Balancing_persistent \ Logging \ OBV \ - POA \ Persistent_Grid \ PluggableUDP \ Quoter \ diff --git a/TAO/examples/POA/Makefile.am b/TAO/examples/POA/Makefile.am deleted file mode 100644 index b8f42b69935..00000000000 --- a/TAO/examples/POA/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ -## Process this file with automake to create Makefile.in -## -## $Id$ -## -## This file was generated by MPC. Any changes made directly to -## this file will be lost the next time it is generated. -## -## MPC Command: -## ../bin/mwc.pl -type automake -noreldefs TAO.mwc - -SUBDIRS = \ - DSI \ - Default_Servant \ - FindPOA \ - Generic_Servant \ - Explicit_Activation \ - Adapter_Activator \ - Loader \ - NewPOA \ - On_Demand_Activation \ - On_Demand_Loading \ - POA_BiDir \ - Reference_Counted_Servant \ - RootPOA \ - TIE - |