diff options
Diffstat (limited to 'os/unix/Makefile.in')
-rw-r--r-- | os/unix/Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/os/unix/Makefile.in b/os/unix/Makefile.in new file mode 100644 index 0000000..eddb2c2 --- /dev/null +++ b/os/unix/Makefile.in @@ -0,0 +1,5 @@ + +LTLIBRARY_NAME = libos.la +LTLIBRARY_SOURCES = unixd.c + +include $(top_srcdir)/build/ltlib.mk |