Makefile.am 225 B

123456789101112131415
  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. unzip.c \
  12. unzip.h