Mercurial > gftp.yaz
comparison lib/Makefile.am @ 950:c7d7a081cd9c
2008-03-04 Brian Masney <masneyb@gftp.org>
* lib/gftp.h lib/socket-connect.c lib/sockutils.c lib/protocols.c
lib/Makefile.am lib/charset-conv.c lib/parse-dir-listing.c - split
protocols.c into smaller files. No changes were made to the moved
functions.
| author | masneyb |
|---|---|
| date | Tue, 04 Mar 2008 12:28:40 +0000 |
| parents | 2d3ea4db3106 |
| children | a490d94a5b8e |
comparison
equal
deleted
inserted
replaced
| 949:9a6571938f89 | 950:c7d7a081cd9c |
|---|---|
| 1 ## Process this file with automake to produce Makefile.in | 1 ## Process this file with automake to produce Makefile.in |
| 2 | 2 |
| 3 SUBDIRS=fsplib | 3 SUBDIRS=fsplib |
| 4 noinst_LIBRARIES = libgftp.a | 4 noinst_LIBRARIES = libgftp.a |
| 5 libgftp_a_SOURCES=bookmark.c cache.c config_file.c fsp.c ftps.c https.c \ | 5 libgftp_a_SOURCES=bookmark.c cache.c charset-conv.c config_file.c fsp.c ftps.c \ |
| 6 local.c misc.c mkstemps.c protocols.c pty.c rfc959.c \ | 6 https.c local.c misc.c mkstemps.c parse-dir-listing.c \ |
| 7 rfc2068.c sshv2.c sslcommon.c | 7 protocols.c pty.c rfc959.c rfc2068.c sshv2.c sslcommon.c \ |
| 8 socket-connect.c sockutils.c | |
| 8 INCLUDES=@GLIB_CFLAGS@ @PTHREAD_CFLAGS@ -I../intl -DSHARE_DIR=\"$(datadir)/gftp\" -DLOCALE_DIR=\"$(datadir)/locale\" | 9 INCLUDES=@GLIB_CFLAGS@ @PTHREAD_CFLAGS@ -I../intl -DSHARE_DIR=\"$(datadir)/gftp\" -DLOCALE_DIR=\"$(datadir)/locale\" |
| 9 noinst_HEADERS=gftp.h ftpcommon.h httpcommon.h options.h | 10 noinst_HEADERS=gftp.h ftpcommon.h httpcommon.h options.h |
