]> begriffs open source - freertos/blob - FreeRTOS-Plus/Source/CyaSSL/examples/echoserver/include.am
Add FreeRTOS-Plus directory with new directory structure so it matches the FreeRTOS...
[freertos] / FreeRTOS-Plus / Source / CyaSSL / examples / echoserver / include.am
1 # vim:ft=automake
2 # included from Top Level Makefile.am
3 # All paths should be given relative to the root
4
5
6 noinst_PROGRAMS += examples/echoserver/echoserver
7 examples_echoserver_echoserver_SOURCES      = examples/echoserver/echoserver.c
8 examples_echoserver_echoserver_LDADD        = src/libcyassl.la
9 examples_echoserver_echoserver_DEPENDENCIES = src/libcyassl.la
10 EXTRA_DIST += examples/echoserver/echoserver.sln
11 EXTRA_DIST += examples/echoserver/echoserver-ntru.vcproj
12 EXTRA_DIST += examples/echoserver/echoserver.vcproj
13
14 example_DATA+= examples/echoserver/echoserver.c