Fixing misunderstood config files for the phone app.
[iot2.git] / iotjava / Makefile
index 7cd1f7a955c5b83fa786f6ac9ff736c9a29673e9..94c01f6acc16a75472e8f048ad066bb46c9dc508 100644 (file)
@@ -47,6 +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)/
+       cp ../localconfig/SupportedDevices/driversList.config $(BIN_DIR)/iotinstaller/
+       cp ../localconfig/SupportedDevices/AddressInformation.config $(BIN_DIR)/iotinstaller/
 
 PHONY += runtime
 runtime: