Skip to content

Commit 320ed37

Browse files
authored
Merge pull request #424 from embhorn/dist_fix
Fixes for distcheck
2 parents 7b8d594 + 6e8b786 commit 320ed37

File tree

3 files changed

+73
-76
lines changed

3 files changed

+73
-76
lines changed

IDE/Espressif/include.am

Lines changed: 71 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -2,87 +2,84 @@
22
# included from Top Level Makefile.am
33
# All paths should be given relative to the root
44

5-
EXTRA_DIST+= IDE\Espressif\ESP-IDF
6-
EXTRA_DIST+= IDE\Espressif\README.md
7-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\compileAllExamples.sh
8-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples
9-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\README.md
5+
EXTRA_DIST+= IDE/Espressif/ESP-IDF
6+
EXTRA_DIST+= IDE/Espressif/README.md
7+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/compileAllExamples.sh
8+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples
9+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/README.md
1010

11-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\README.md
11+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/README.md
1212

1313

14-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\AWS_IoT_MQTT
15-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\AWS_IoT_MQTT\CMakeLists.txt
16-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\AWS_IoT_MQTT\components
17-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\AWS_IoT_MQTT\main
18-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\AWS_IoT_MQTT\partitions_singleapp_large.csv
19-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\AWS_IoT_MQTT\README.md
20-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\AWS_IoT_MQTT\sdkconfig.defaults
14+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT
15+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/CMakeLists.txt
16+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/components
17+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/main
18+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/partitions_singleapp_large.csv
19+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/README.md
20+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/sdkconfig.defaults
2121

22-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\AWS_IoT_MQTT\components\wolfmqtt
23-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\AWS_IoT_MQTT\components\wolfssl
24-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\AWS_IoT_MQTT\components\wolfmqtt\CMakeLists.txt
25-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\AWS_IoT_MQTT\components\wolfmqtt\component.mk
26-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\AWS_IoT_MQTT\components\wolfmqtt\include
27-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\AWS_IoT_MQTT\components\wolfmqtt\install_wolfMQTT.cmd
28-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\AWS_IoT_MQTT\components\wolfmqtt\Kconfig
29-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\AWS_IoT_MQTT\components\wolfmqtt\README.md
30-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\AWS_IoT_MQTT\components\wolfmqtt\include\README.md
31-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\AWS_IoT_MQTT\components\wolfssl\CMakeLists.txt
32-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\AWS_IoT_MQTT\components\wolfssl\component.mk
33-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\AWS_IoT_MQTT\components\wolfssl\include
34-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\AWS_IoT_MQTT\components\wolfssl\Kconfig
35-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\AWS_IoT_MQTT\components\wolfssl\README.md
36-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\AWS_IoT_MQTT\components\wolfssl\include\config.h
37-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\AWS_IoT_MQTT\components\wolfssl\include\user_settings.h
22+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/components/wolfmqtt
23+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/components/wolfssl
24+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/components/wolfmqtt/CMakeLists.txt
25+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/components/wolfmqtt/component.mk
26+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/components/wolfmqtt/include
27+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/components/wolfmqtt/install_wolfMQTT.cmd
28+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/components/wolfmqtt/Kconfig
29+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/components/wolfmqtt/README.md
30+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/components/wolfmqtt/include/README.md
31+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/components/wolfssl/CMakeLists.txt
32+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/components/wolfssl/component.mk
33+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/components/wolfssl/include
34+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/components/wolfssl/Kconfig
35+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/components/wolfssl/README.md
36+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/components/wolfssl/include/config.h
37+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/components/wolfssl/include/user_settings.h
3838

39-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\AWS_IoT_MQTT\main\CMakeLists.txt
40-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\AWS_IoT_MQTT\main\examples
41-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\AWS_IoT_MQTT\main\include
42-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\AWS_IoT_MQTT\main\main.c
43-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\AWS_IoT_MQTT\main\time_helper.c
44-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\AWS_IoT_MQTT\main\wifi_connect.c
45-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\AWS_IoT_MQTT\main\examples\aws
46-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\AWS_IoT_MQTT\main\examples\README.md
47-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\AWS_IoT_MQTT\main\examples\aws\README.md
48-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\AWS_IoT_MQTT\main\include\main.h
49-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\AWS_IoT_MQTT\main\include\time_helper.h
50-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\AWS_IoT_MQTT\main\include\time_helper.h.bak
51-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\AWS_IoT_MQTT\main\include\wifi_connect.h
39+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/main/CMakeLists.txt
40+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/main/examples
41+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/main/include
42+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/main/main.c
43+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/main/time_helper.c
44+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/main/wifi_connect.c
45+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/main/examples/aws
46+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/main/examples/README.md
47+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/main/examples/aws/README.md
48+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/main/include/main.h
49+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/main/include/time_helper.h
50+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/main/include/wifi_connect.h
5251

53-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\AWS_IoT_MQTT\VisualGDB
54-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\AWS_IoT_MQTT\VisualGDB\wolfssl_mqtt_aws_iot_IDF_v5.1_ESP32.vgdbproj
52+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/VisualGDB
53+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/AWS_IoT_MQTT/VisualGDB/wolfssl_mqtt_aws_iot_IDF_v5.1_ESP32.vgdbproj
5554

5655
# wolfmqtt_template example
57-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\wolfmqtt_template
58-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\wolfmqtt_template\CMakeLists.txt
59-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\wolfmqtt_template\components
60-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\wolfmqtt_template\main
61-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\wolfmqtt_template\partitions_singleapp_large.csv
62-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\wolfmqtt_template\README.md
63-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\wolfmqtt_template\sdkconfig
64-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\wolfmqtt_template\sdkconfig.defaults
56+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/wolfmqtt_template
57+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/wolfmqtt_template/CMakeLists.txt
58+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/wolfmqtt_template/components
59+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/wolfmqtt_template/main
60+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/wolfmqtt_template/partitions_singleapp_large.csv
61+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/wolfmqtt_template/README.md
62+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/wolfmqtt_template/sdkconfig.defaults
6563

66-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\wolfmqtt_template\components\wolfmqtt
67-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\wolfmqtt_template\components\wolfssl
68-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\wolfmqtt_template\components\wolfmqtt\CMakeLists.txt
69-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\wolfmqtt_template\components\wolfmqtt\component.mk
70-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\wolfmqtt_template\components\wolfmqtt\include
71-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\wolfmqtt_template\components\wolfmqtt\install_wolfMQTT.cmd
72-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\wolfmqtt_template\components\wolfmqtt\Kconfig
73-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\wolfmqtt_template\components\wolfmqtt\README.md
74-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\wolfmqtt_template\components\wolfmqtt\include\README.md
75-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\wolfmqtt_template\components\wolfssl\CMakeLists.txt
76-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\wolfmqtt_template\components\wolfssl\component.mk
77-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\wolfmqtt_template\components\wolfssl\include
78-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\wolfmqtt_template\components\wolfssl\Kconfig
79-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\wolfmqtt_template\components\wolfssl\README.md
80-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\wolfmqtt_template\components\wolfssl\include\config.h
81-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\wolfmqtt_template\components\wolfssl\include\user_settings.h
82-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\wolfmqtt_template\main\CMakeLists.txt
83-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\wolfmqtt_template\main\include
84-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\wolfmqtt_template\main\main.c
85-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\wolfmqtt_template\main\include\main.h
64+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/wolfmqtt_template/components/wolfmqtt
65+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/wolfmqtt_template/components/wolfssl
66+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/wolfmqtt_template/components/wolfmqtt/CMakeLists.txt
67+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/wolfmqtt_template/components/wolfmqtt/component.mk
68+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/wolfmqtt_template/components/wolfmqtt/include
69+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/wolfmqtt_template/components/wolfmqtt/Kconfig
70+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/wolfmqtt_template/components/wolfmqtt/README.md
71+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/wolfmqtt_template/components/wolfmqtt/include/README.md
72+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/wolfmqtt_template/components/wolfssl/CMakeLists.txt
73+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/wolfmqtt_template/components/wolfssl/component.mk
74+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/wolfmqtt_template/components/wolfssl/include
75+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/wolfmqtt_template/components/wolfssl/Kconfig
76+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/wolfmqtt_template/components/wolfssl/README.md
77+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/wolfmqtt_template/components/wolfssl/include/config.h
78+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/wolfmqtt_template/components/wolfssl/include/user_settings.h
79+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/wolfmqtt_template/main/CMakeLists.txt
80+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/wolfmqtt_template/main/include
81+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/wolfmqtt_template/main/main.c
82+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/wolfmqtt_template/main/include/main.h
8683

87-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\wolfmqtt_template\VisualGDB
88-
EXTRA_DIST+= IDE\Espressif\ESP-IDF\examples\wolfmqtt_template\VisualGDB\wolfmqtt_template_IDF_v5.1_ESP32.vgdbproj
84+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/wolfmqtt_template/VisualGDB
85+
EXTRA_DIST+= IDE/Espressif/ESP-IDF/examples/wolfmqtt_template/VisualGDB/wolfmqtt_template_IDF_v5.1_ESP32.vgdbproj

Makefile.am

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ EXTRA_DIST+= wolfmqtt.sln
4545
EXTRA_DIST+= wolfmqtt.vcxproj
4646
EXTRA_DIST+= wolfmqtt.vcxproj.filters
4747
EXTRA_DIST+= autogen.sh
48-
EXTRA_DIST+= LICENSING.txt
49-
EXTRA_DIST+= wolfmqtt/options.h.in
5048

5149
TEST_EXTENSIONS=.test
5250
TESTS += $(check_PROGRAMS)

wolfmqtt/include.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ if BUILD_SN
1616
nobase_include_HEADERS+= wolfmqtt/mqtt_sn_client.h \
1717
wolfmqtt/mqtt_sn_packet.h
1818
endif
19+
20+
EXTRA_DIST+= wolfmqtt/options.h.in

0 commit comments

Comments
 (0)