physfs/platform/Makefile.am

15 lines
195 B
Makefile
Raw Normal View History

2002-05-10 11:16:38 +02:00
noinst_LTLIBRARIES = libplatform.la
INCLUDES = -I$(top_srcdir)
libplatform_la_SOURCES = \
2002-05-24 05:39:05 +02:00
unix.c \
beos.cpp
EXTRA_DIST = \
skeleton.c \
macclassic.c \
win32.c
2002-05-10 11:16:38 +02:00