1
noinst_LTLIBRARIES = libplatform.la
2
3
INCLUDES = -I$(top_srcdir)
4
5
libplatform_la_SOURCES = \
6
unix.c
7