Adding config file for sharing.
[iot2.git] / iotjava / Makefile
index d01c96b3a2837e62d85759a7590abe74bf6581fd..77affec80a894186d5292319de355bac65a54a29 100644 (file)
@@ -47,8 +47,9 @@ installer:
        $(JAVAC)  -d $(BIN_DIR) iotinstaller/*.java
        cp ../localconfig/iotruntime/MySQLInterface.config $(BIN_DIR)/iotruntime/
        cp ../localconfig/iotruntime/MySQLInterface.config $(BIN_DIR)/iotinstaller/
-       cp -r ../localconfig/SupportedDevices/ $(BIN_DIR)/iotinstaller/
-       cp ../localconfig/iotinstaller_phone_app/*.config $(BIN_DIR)/iotinstaller/
+       cp -r ../localconfig/SupportedDevices/ $(BIN_DIR)/
+       # Only driversList.config is needed for the phone app to start
+       cp ../localconfig/SupportedDevices/driversList.config $(BIN_DIR)/iotinstaller/
 
 PHONY += runtime
 runtime: