Makefile.am 209 B

1234567891011121314
  1. noinst_LTLIBRARIES = libarchivers.la
  2. if BUILD_ZLIB
  3. INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/zlib114
  4. else
  5. INCLUDES = -I$(top_srcdir)
  6. endif
  7. libarchivers_la_SOURCES = \
  8. dir.c \
  9. grp.c \
  10. zip.c \
  11. qpak.c