physfs/archivers/Makefile.am

16 lines
225 B
Makefile
Raw Normal View History

2002-05-10 11:16:38 +02:00
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
2002-05-10 11:16:38 +02:00