view lib/Makefile.am @ 570:447f40a61ee8

2004-9-29 Brian Masney <masneyb@gftp.org> * src/gtk/bookmarks.c - make sure the items of type GtkItemFactoryEntry are fully initialized (fixes compiler warnings). Fixed several segfaults that could occur in the bookmarks editor * lib/gftp.h lib/rfc959.c src/gtk/bookmarks.c - added GFTP_ANONYMOUS_USER that defines the username to use for anonymous FTP connections
author masneyb
date Wed, 29 Sep 2004 21:31:31 +0000
parents 57087926bf03
children 2d3ea4db3106
line wrap: on
line source

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

noinst_LIBRARIES = libgftp.a
libgftp_a_SOURCES=bookmark.c cache.c config_file.c ftps.c https.c local.c \
                  misc.c mkstemps.c protocols.c pty.c rfc959.c rfc2068.c \
                  sshv2.c sslcommon.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