annotate src/gtk/Makefile.am @ 215:3d6e024dbf31

2003-7-7 Brian Masney <masneyb@gftp.org> * configure.in src/gtk/Makefile.am src/text/Makefile.am - if the OpenSSL libraries are available on the system, link them in and define USE_SSL. The generic SSL engine and the HTTPS protocol checks for this * lib/protocols.c (gftp_get_line) - small fix * lib/rfc2068.c - fixed several bugs in the handling of chunked messages that are spread across multiple packets (the HTTPS protocol unconvered all of these) * lib/sslcommon.c - several fixes and cleanups
author masneyb
date Tue, 08 Jul 2003 02:09:30 +0000
parents fe36ed90aedd
children 6e255984c0b0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
1 ## Process this file with automake to produce Makefile.in
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
2
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
3 bin_PROGRAMS = @GFTP_GTK@
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
4 EXTRA_PROGRAMS = gftp-gtk
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
5 gftp_gtk_SOURCES = bookmarks.c chmod_dialog.c delete_dialog.c dnd.c \
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
6 gftp-gtk.c menu-items.c misc-gtk.c mkdir_dialog.c \
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
7 options_dialog.c rename_dialog.c transfer.c view_dialog.c
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
8 INCLUDES = @GTK_CFLAGS@ @PTHREAD_CFLAGS@ -DSHARE_DIR=\"$(datadir)/gftp\" -DLOCALE_DIR=\"$(localedir)\" -I../../intl
215
3d6e024dbf31 2003-7-7 Brian Masney <masneyb@gftp.org>
masneyb
parents: 114
diff changeset
9 LDADD = ../../lib/libgftp.a @GTK_LIBS@ @PTHREAD_LIBS@ @EXTRA_LIBS@ @GTHREAD_LIBS@ @SSL_LIBS@
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
10 noinst_HEADERS = gftp-gtk.h
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
11 localedir = $(datadir)/locale