annotate lib/Makefile.am @ 566:502a126418cd
2004-9-26 Brian Masney <masneyb@gftp.org>
* lib/protocols.c (gftp_put_file) - use g_filename_from_utf8() to
change the encoding of the filename (if needed)
author |
masneyb |
date |
Mon, 27 Sep 2004 00:12:11 +0000 |
parents |
57087926bf03 |
children |
2d3ea4db3106 |
rev |
line source |
1
|
1 ## Process this file with automake to produce Makefile.in
|
|
2
|
|
3 noinst_LIBRARIES = libgftp.a
|
402
|
4 libgftp_a_SOURCES=bookmark.c cache.c config_file.c ftps.c https.c local.c \
|
|
5 misc.c mkstemps.c protocols.c pty.c rfc959.c rfc2068.c \
|
|
6 sshv2.c sslcommon.c
|
397
|
7 INCLUDES=@GLIB_CFLAGS@ @PTHREAD_CFLAGS@ -I../intl -DSHARE_DIR=\"$(datadir)/gftp\" -DLOCALE_DIR=\"$(datadir)/locale\"
|
394
|
8 noinst_HEADERS=gftp.h ftpcommon.h httpcommon.h options.h
|