Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 209 Bytes

Makefile.am

File metadata and controls

14 lines (11 loc) · 209 Bytes
 
Jun 28, 2002
Jun 28, 2002
1
2
3
4
5
6
7
8
9
10
11
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 \
Aug 9, 2002
Aug 9, 2002
12
13
zip.c \
qpak.c