Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Readded.
  • Loading branch information
icculus committed Jun 28, 2002
1 parent 333707e commit ffb3f01
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
15 changes: 15 additions & 0 deletions archivers/Makefile.am
@@ -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

6 changes: 6 additions & 0 deletions extras/Makefile.am
@@ -0,0 +1,6 @@
EXTRA_DIST = \
physfsrwops.c \
physfsrwops.h \
physfshttpd.c


21 changes: 21 additions & 0 deletions platform/Makefile.am
@@ -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)

0 comments on commit ffb3f01

Please sign in to comment.