X-Git-Url: http://plrg.eecs.uci.edu/git/?p=iot2.git;a=blobdiff_plain;f=iotjava%2FMakefile;h=77affec80a894186d5292319de355bac65a54a29;hp=7cd1f7a955c5b83fa786f6ac9ff736c9a29673e9;hb=HEAD;hpb=c237c320de0460665d2adf13fc24034398a2d9c9 diff --git a/iotjava/Makefile b/iotjava/Makefile index 7cd1f7a..77affec 100644 --- a/iotjava/Makefile +++ b/iotjava/Makefile @@ -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)/ + # Only driversList.config is needed for the phone app to start + cp ../localconfig/SupportedDevices/driversList.config $(BIN_DIR)/iotinstaller/ PHONY += runtime runtime: