8 lines
101 B
Makefile
8 lines
101 B
Makefile
|
noinst_LTLIBRARIES = libplatform.la
|
||
|
|
||
|
INCLUDES = -I$(top_srcdir)
|
||
|
|
||
|
libplatform_la_SOURCES = \
|
||
|
unix.c
|
||
|
|