2002-06-28 05:50:24 +02:00
|
|
|
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 \
|
2002-07-13 12:17:13 +02:00
|
|
|
zip.c
|
2002-06-28 05:50:24 +02:00
|
|
|
|