Skip to content

Commit

Permalink
Merge pull request #64 from turon/build/support
Browse files Browse the repository at this point in the history
[build] Add missing support sources.
  • Loading branch information
woody-apple authored Mar 18, 2020
2 parents 310ca56 + c9e72cd commit 27b697c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ libCHIP_a_CPPFLAGS = \
-I$(top_srcdir)/src/inet \
-I$(top_srcdir)/src/lib \
-I$(top_srcdir)/src/lib/core \
-I$(top_srcdir)/src/lib/support \
-I$(top_srcdir)/src/system \
$(LWIP_CPPFLAGS) \
$(SOCKETS_CPPFLAGS) \
Expand Down
5 changes: 5 additions & 0 deletions src/lib/support/SupportLayer.am
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,21 @@
#

CHIP_BUILD_SUPPORT_LAYER_SOURCE_FILES = \
support/Base64.cpp \
support/CHIPFaultInjection.cpp \
support/logging/CHIPLogging.cpp \
support/FibonacciUtils.cpp \
support/RandUtils.cpp \
$(NULL)

CHIP_BUILD_SUPPORT_LAYER_HEADER_FILES = \
support/CHIPFaultInjection.h \
support/CodeUtils.h \
support/DLLUtil.h \
support/ErrorStr.h \
support/FibonacciUtils.h \
support/FlagUtils.hpp \
support/logging/CHIPLogging.h \
support/Base64.h \
support/RandUtils.h \
$(NULL)

0 comments on commit 27b697c

Please sign in to comment.