changeset 213 | 9e3f734586ac |
child 217 | 6fb0f6dcd91e |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/archivers/Makefile.am Fri May 10 09:16:38 2002 +0000 @@ -0,0 +1,14 @@ +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 \ + unzip.c +