view lib/Makefile.am @ 967:a18b1e9fa53b

2008-11-29 Brian Masney <masneyb@gftp.org> * zh_CN.po: commented out string that did not have enough printf() style arguments
author masneyb
date Sat, 29 Nov 2008 14:56:02 +0000
parents a490d94a5b8e
children
line wrap: on
line source

## Process this file with automake to produce Makefile.in 

SUBDIRS=fsplib
noinst_LIBRARIES = libgftp.a
libgftp_a_SOURCES=bookmark.c cache.c charset-conv.c config_file.c fsp.c ftps.c \
                  https.c local.c misc.c mkstemps.c parse-dir-listing.c \
                  protocols.c pty.c rfc959.c rfc2068.c sshv2.c sslcommon.c \
                  socket-connect.c socket-connect-getaddrinfo.c \
                  socket-connect-gethostbyname.c sockutils.c
INCLUDES=@GLIB_CFLAGS@ @PTHREAD_CFLAGS@ -I../intl -DSHARE_DIR=\"$(datadir)/gftp\" -DLOCALE_DIR=\"$(datadir)/locale\"
noinst_HEADERS=gftp.h ftpcommon.h httpcommon.h options.h