summaryrefslogtreecommitdiff
path: root/apps/Gateway/Gateway/gateway.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'apps/Gateway/Gateway/gateway.mpc')
-rw-r--r--apps/Gateway/Gateway/gateway.mpc29
1 files changed, 0 insertions, 29 deletions
diff --git a/apps/Gateway/Gateway/gateway.mpc b/apps/Gateway/Gateway/gateway.mpc
deleted file mode 100644
index 9403ba858b1..00000000000
--- a/apps/Gateway/Gateway/gateway.mpc
+++ /dev/null
@@ -1,29 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project(Gateway) : acelib {
- sharedname = Gateway
- Source_Files {
- Concrete_Connection_Handlers.cpp
- Config_Files.cpp
- File_Parser.cpp
- Gateway.cpp
- Event_Channel.cpp
- Event_Forwarding_Discriminator.cpp
- Options.cpp
- Connection_Handler.cpp
- Connection_Handler_Acceptor.cpp
- Connection_Handler_Connector.cpp
- }
-}
-
-project(gatewayd) : aceexe {
- exename = gatewayd
- after += Gateway
- libs += Gateway
-
- Source_Files {
- gatewayd.cpp
- }
-}
-