Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 294 Bytes

Makefile.am

File metadata and controls

22 lines (18 loc) · 294 Bytes
 
Jun 28, 2002
Jun 28, 2002
1
2
3
noinst_LTLIBRARIES = libarchivers.la
INCLUDES = -I$(top_srcdir)
Apr 11, 2006
Apr 11, 2006
4
5
6
7
8
9
10
if BUILD_ZLIB
INCLUDES += -I$(top_srcdir)/zlib123
endif
if BUILD_LZMA
INCLUDES += -I$(top_srcdir)/lzma
Jun 28, 2002
Jun 28, 2002
11
12
13
14
15
endif
libarchivers_la_SOURCES = \
dir.c \
grp.c \
Dec 15, 2003
Dec 15, 2003
16
wad.c \
Mar 30, 2003
Mar 30, 2003
17
18
hog.c \
mvl.c \
Aug 9, 2002
Aug 9, 2002
19
zip.c \
Apr 11, 2006
Apr 11, 2006
20
lzma.c \
Apr 9, 2004
Apr 9, 2004
21
22
qpak.c \
mix.c