@@ -1,15 +0,0 @@
-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
@@ -1,6 +0,0 @@
-EXTRA_DIST = \
- physfsrwops.c \
- physfsrwops.h \
- physfshttpd.c
@@ -1,21 +0,0 @@
-noinst_LTLIBRARIES = libplatform.la
-if BUILD_BEOS_CPP
- X = beos.cpp
- Y = beos.cpp
-libplatform_la_SOURCES = \
- unix.c \
- posix.c \
- $(X)
- skeleton.c \
- macclassic.c \
- win32.c \
- $(Y)
@@ -1,10 +0,0 @@
-if BUILD_TEST_PHYSFS
-bin_PROGRAMS = test_physfs
-test_physfs_LDADD = ../libphysfs.la
-test_physfs_SOURCES = test_physfs.c