Makefile.am
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:0k
源码类别:

midi

开发平台:

Unix_Linux

  1. # Makefile to build the unzip library files
  2. #
  3. # By Jean-Philippe André <jpeg@videolan.org>
  4. # $Id$
  5. #
  6. # All other files in this directory (and subdirectories) are copyrighted
  7. # by their respective owner(s).
  8. #
  9. noinst_LTLIBRARIES = libunzip.la
  10. noinst_HEADERS = unzip.h crypt.h ioapi.h
  11. libunzip_la_SOURCES = unzip.c ioapi.c
  12. libunzip_la_LIBADD = -lz