Makefile.am
上传用户:tjfeida
上传日期:2013-03-10
资源大小:1917k
文件大小:0k
源码类别:

Ftp客户端

开发平台:

Visual C++

  1. ## Process this file with automake to produce Makefile.in 
  2. noinst_LIBRARIES = libgftp.a
  3. libgftp_a_SOURCES=bookmark.c cache.c config_file.c local.c misc.c protocols.c 
  4.                   rfc959.c rfc2068.c ssh.c sshv2.c
  5. INCLUDES=@GLIB_CFLAGS@ @PTHREAD_CFLAGS@ -I../intl -DSHARE_DIR="$(datadir)/gftp" 
  6. noinst_HEADERS=gftp.h options.h