mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 11:12:20 +01:00
13 lines
245 B
Plaintext
13 lines
245 B
Plaintext
|
|
# vim:ft=automake
|
||
|
|
# All paths should be given relative to the root
|
||
|
|
#
|
||
|
|
|
||
|
|
EXTRA_DIST += \
|
||
|
|
mqx/util_lib/.cproject \
|
||
|
|
mqx/util_lib/.project
|
||
|
|
|
||
|
|
EXTRA_DIST += \
|
||
|
|
mqx/util_lib/Sources/util.c \
|
||
|
|
mqx/util_lib/Sources/util.h
|
||
|
|
|