Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 229 Bytes

Makefile.am

File metadata and controls

16 lines (13 loc) · 229 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 \
Mar 30, 2003
Mar 30, 2003
12
13
hog.c \
mvl.c \
Aug 9, 2002
Aug 9, 2002
14
15
zip.c \
qpak.c