Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 198 Bytes

Makefile.am

File metadata and controls

13 lines (10 loc) · 198 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 \
Jul 13, 2002
Jul 13, 2002
12
zip.c