build: add missing files from dist release

Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
This commit is contained in:
Spencer Oliver
2011-06-17 09:26:18 +01:00
parent 37d5ac6378
commit 3428035a7e
3 changed files with 9 additions and 4 deletions
+1 -2
View File
@@ -22,10 +22,9 @@ include $(top_srcdir)/common.mk
METASOURCES = AUTO
noinst_LTLIBRARIES = librtos.la
noinst_HEADERS = rtos.h
noinst_HEADERS = rtos.h rtos_standard_stackings.h rtos_ecos_stackings.h
librtos_la_SOURCES = rtos.c rtos_standard_stackings.c rtos_ecos_stackings.c FreeRTOS.c ThreadX.c eCos.c
librtos_la_CFLAGS =
if IS_MINGW
# FD_* macros are sloppy with their signs on MinGW32 platform