Readded.
This commit is contained in:
parent
333707eaf2
commit
ffb3f0150a
|
@ -0,0 +1,15 @@
|
||||||
|
noinst_LTLIBRARIES = libarchivers.la
|
||||||
|
|
||||||
|
if BUILD_ZLIB
|
||||||
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/zlib114
|
||||||
|
else
|
||||||
|
INCLUDES = -I$(top_srcdir)
|
||||||
|
endif
|
||||||
|
|
||||||
|
libarchivers_la_SOURCES = \
|
||||||
|
dir.c \
|
||||||
|
grp.c \
|
||||||
|
zip.c \
|
||||||
|
unzip.c \
|
||||||
|
unzip.h
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
EXTRA_DIST = \
|
||||||
|
physfsrwops.c \
|
||||||
|
physfsrwops.h \
|
||||||
|
physfshttpd.c
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,21 @@
|
||||||
|
noinst_LTLIBRARIES = libplatform.la
|
||||||
|
|
||||||
|
INCLUDES = -I$(top_srcdir)
|
||||||
|
|
||||||
|
if BUILD_BEOS_CPP
|
||||||
|
X = beos.cpp
|
||||||
|
else
|
||||||
|
Y = beos.cpp
|
||||||
|
endif
|
||||||
|
|
||||||
|
libplatform_la_SOURCES = \
|
||||||
|
unix.c \
|
||||||
|
posix.c \
|
||||||
|
$(X)
|
||||||
|
|
||||||
|
EXTRA_DIST = \
|
||||||
|
skeleton.c \
|
||||||
|
macclassic.c \
|
||||||
|
win32.c \
|
||||||
|
$(Y)
|
||||||
|
|
Loading…
Reference in New Issue