Split Routing Table into Gateway and Endpoint (#617)
[platform/upstream/iotivity.git] / resource / csdk / routing / SConscript
old mode 100644 (file)
new mode 100755 (executable)
index cf18ade..b84399b
@@ -51,6 +51,7 @@ if env.get('ROUTING') == 'GW':
                './src/routingutility.c',
                './src/routingmanager.c',
                './src/routingtablemanager.c',
+               './src/routingtablemanager_endpoint.c',
                './src/routingmanagerinterface.c',
                './src/routingmessageparser.c',
     ]