author | Ryan C. Gordon <icculus@icculus.org> |
Sun, 30 Mar 2003 18:59:54 +0000 | |
changeset 553 | 4338d9c0bbcd |
parent 453 | 108de3bb1b6b |
child 609 | 3a91332776e0 |
permissions | -rw-r--r-- |
295 | 1 |
noinst_LTLIBRARIES = libarchivers.la |
2 |
||
3 |
if BUILD_ZLIB |
|
4 |
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/zlib114 |
|
5 |
else |
|
6 |
INCLUDES = -I$(top_srcdir) |
|
7 |
endif |
|
8 |
||
9 |
libarchivers_la_SOURCES = \ |
|
10 |
dir.c \ |
|
11 |
grp.c \ |
|
553
4338d9c0bbcd
Descent I/II HOG and MVL archive support (thanks, Bradley Bell!).
Ryan C. Gordon <icculus@icculus.org>
parents:
453
diff
changeset
|
12 |
hog.c \ |
4338d9c0bbcd
Descent I/II HOG and MVL archive support (thanks, Bradley Bell!).
Ryan C. Gordon <icculus@icculus.org>
parents:
453
diff
changeset
|
13 |
mvl.c \ |
453
108de3bb1b6b
Added qpak.c to build systems.
Ryan C. Gordon <icculus@icculus.org>
parents:
337
diff
changeset
|
14 |
zip.c \ |
108de3bb1b6b
Added qpak.c to build systems.
Ryan C. Gordon <icculus@icculus.org>
parents:
337
diff
changeset
|
15 |
qpak.c |
295 | 16 |