physfs/archivers/Makefile.am

18 lines
239 B
Makefile
Raw Normal View History

2002-06-28 05:50:24 +02:00
noinst_LTLIBRARIES = libarchivers.la
if BUILD_ZLIB
2005-07-24 00:02:32 +02:00
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/zlib123
2002-06-28 05:50:24 +02:00
else
INCLUDES = -I$(top_srcdir)
endif
libarchivers_la_SOURCES = \
dir.c \
grp.c \
2003-12-15 05:01:18 +01:00
wad.c \
hog.c \
mvl.c \
2002-08-09 21:47:35 +02:00
zip.c \
qpak.c
2002-06-28 05:50:24 +02:00