Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 248 Bytes

Makefile.am

File metadata and controls

17 lines (15 loc) · 248 Bytes
 
Jun 28, 2002
Jun 28, 2002
1
2
3
noinst_LTLIBRARIES = libarchivers.la
if BUILD_ZLIB
Jan 8, 2004
Jan 8, 2004
4
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/zlib121
Jun 28, 2002
Jun 28, 2002
5
6
7
8
9
10
11
else
INCLUDES = -I$(top_srcdir)
endif
libarchivers_la_SOURCES = \
dir.c \
grp.c \
Dec 15, 2003
Dec 15, 2003
12
wad.c \
Mar 30, 2003
Mar 30, 2003
13
14
hog.c \
mvl.c \
Aug 9, 2002
Aug 9, 2002
15
zip.c \
Apr 9, 2004
Apr 9, 2004
16
17
qpak.c \
mix.c