Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 225 Bytes

Makefile.am

File metadata and controls

15 lines (12 loc) · 225 Bytes
 
1
2
3
4
5
6
7
8
9
10
11
12
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 \