File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- #! /bin/bash
1
+ #! /bin/bash
2
2
3
3
current_pwd=$(
4
4
cd " $( dirname " $0 " ) "
@@ -36,7 +36,7 @@ INC = -lpthread \\
36
36
-I$current_pwd /mqttclient \\
37
37
-I$current_pwd /network \\
38
38
-I$current_pwd /platform/linux \\
39
- -I$current_pwd /test
39
+ -I$current_pwd /config
40
40
41
41
OBJS = \$ (patsubst %.c, %.o, \$ (SRC))
42
42
64
64
65
65
fi
66
66
67
- mkdir -p $current_pwd /libmqttclient/include/test /.
67
+ mkdir -p $current_pwd /libmqttclient/include/config /.
68
68
mkdir -p $current_pwd /libmqttclient/include/mqtt/.
69
69
mkdir -p $current_pwd /libmqttclient/include/common/.
70
70
mkdir -p $current_pwd /libmqttclient/include/network/.
@@ -74,7 +74,7 @@ mkdir -p $current_pwd/libmqttclient/include/platform/linux/.
74
74
mkdir -p $current_pwd /libmqttclient/include/mbedtls/.
75
75
mkdir -p $current_pwd /libmqttclient/include/mbedtls/wrapper/.
76
76
77
- cp -r $current_pwd /test /* .h $current_pwd /libmqttclient/include/test /.
77
+ cp -r $current_pwd /config /* .h $current_pwd /libmqttclient/include/config /.
78
78
cp -r $current_pwd /mqtt/* .h $current_pwd /libmqttclient/include/mqtt/.
79
79
cp -r $current_pwd /common/* .h $current_pwd /libmqttclient/include/common/.
80
80
cp -r $current_pwd /network/* .h $current_pwd /libmqttclient/include/network/.
You can’t perform that action at this time.
0 commit comments