Skip to content

Commit

Permalink
Merge pull request #340 from embhorn/fix_v1.16.0
Browse files Browse the repository at this point in the history
Fix distcheck errors
  • Loading branch information
dgarske authored Jun 28, 2023
2 parents 2c95cb5 + dc62ecb commit a501fa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion IDE/F767ZI-TOPPERS/include.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ EXTRA_DIST+= IDE/F767ZI-TOPPERS/README.md
EXTRA_DIST+= IDE/F767ZI-TOPPERS/Makefile
EXTRA_DIST+= IDE/F767ZI-TOPPERS/wolfmqtt-F767ZI-TOPPERS.sh
EXTRA_DIST+= IDE/F767ZI-TOPPERS/user_settings.h
EXTRA_DIST+= IDE/F767ZI-TOPPERS/options.h
EXTRA_DIST+= IDE/F767ZI-TOPPERS/.vscode/c_cpp_properties.json
EXTRA_DIST+= IDE/F767ZI-TOPPERS/.vscode/extensions.json
EXTRA_DIST+= IDE/F767ZI-TOPPERS/.vscode/settings.json
Expand Down
2 changes: 2 additions & 0 deletions examples/include.am
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ noinst_HEADERS += examples/mqttclient/mqttclient.h \
examples/wiot/wiot.h \
examples/mqttnet.h \
examples/mqttexample.h \
examples/mqttport.h \
examples/nbclient/nbclient.h \
examples/multithread/multithread.h \
examples/sn-client/sn-client.h
Expand Down Expand Up @@ -131,6 +132,7 @@ endif

dist_example_DATA+= examples/mqttnet.c \
examples/mqttexample.c \
examples/mqttport.c \
examples/mqttclient/mqttclient.c \
examples/mqttsimple/mqttsimple.c \
examples/firmware/fwpush.c \
Expand Down

0 comments on commit a501fa2

Please sign in to comment.