Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 195 Bytes

Makefile.am

File metadata and controls

14 lines (9 loc) · 195 Bytes
 
May 10, 2002
May 10, 2002
1
2
3
4
5
noinst_LTLIBRARIES = libplatform.la
INCLUDES = -I$(top_srcdir)
libplatform_la_SOURCES = \
May 24, 2002
May 24, 2002
6
7
8
9
10
11
12
unix.c \
beos.cpp
EXTRA_DIST = \
skeleton.c \
macclassic.c \
win32.c