mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-09-24 12:23:57 +08:00
Add FreeRTOS-Plus directory.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# vim:ft=automake
|
||||
# All paths should be given relative to the root
|
||||
|
||||
noinst_PROGRAMS += examples/client/client
|
||||
examples_client_client_SOURCES = examples/client/client.c
|
||||
examples_client_client_LDADD = src/libcyassl.la
|
||||
examples_client_client_DEPENDENCIES = src/libcyassl.la
|
||||
EXTRA_DIST += examples/client/client.sln
|
||||
EXTRA_DIST += examples/client/client-ntru.vcproj
|
||||
EXTRA_DIST += examples/client/client.vcproj
|
||||
|
||||
example_DATA+= examples/client/client.c
|
||||
Reference in New Issue
Block a user