author | Ryan C. Gordon <icculus@icculus.org> |
Fri, 24 May 2002 03:39:05 +0000 | |
changeset 231 | e4f81b0f1c93 |
parent 213 | 9e3f734586ac |
child 233 | 1b74a7df1ca6 |
permissions | -rw-r--r-- |
213 | 1 |
noinst_LTLIBRARIES = libplatform.la |
2 |
||
3 |
INCLUDES = -I$(top_srcdir) |
|
4 |
||
5 |
libplatform_la_SOURCES = \ |
|
231
e4f81b0f1c93
Corrected to fix "make dist".
Ryan C. Gordon <icculus@icculus.org>
parents:
213
diff
changeset
|
6 |
unix.c \ |
e4f81b0f1c93
Corrected to fix "make dist".
Ryan C. Gordon <icculus@icculus.org>
parents:
213
diff
changeset
|
7 |
beos.cpp |
213 | 8 |
|
231
e4f81b0f1c93
Corrected to fix "make dist".
Ryan C. Gordon <icculus@icculus.org>
parents:
213
diff
changeset
|
9 |
EXTRA_DIST = \ |
e4f81b0f1c93
Corrected to fix "make dist".
Ryan C. Gordon <icculus@icculus.org>
parents:
213
diff
changeset
|
10 |
skeleton.c \ |
e4f81b0f1c93
Corrected to fix "make dist".
Ryan C. Gordon <icculus@icculus.org>
parents:
213
diff
changeset
|
11 |
macclassic.c \ |
e4f81b0f1c93
Corrected to fix "make dist".
Ryan C. Gordon <icculus@icculus.org>
parents:
213
diff
changeset
|
12 |
win32.c |
e4f81b0f1c93
Corrected to fix "make dist".
Ryan C. Gordon <icculus@icculus.org>
parents:
213
diff
changeset
|
13 |
|
e4f81b0f1c93
Corrected to fix "make dist".
Ryan C. Gordon <icculus@icculus.org>
parents:
213
diff
changeset
|
14 |