Mercurial > gftp.yaz
view src/gtk/Makefile.am @ 828:db4b34e3f83f
2006-10-15 Brian Masney <masneyb@gftp.org>
* lib/fsplib/lock.c (client_init_key) - renamed the sun local variable
to su. This was causing compile problems under Solaris.
* lib/fsplib/lock.h - include ../../config.h
author | masneyb |
---|---|
date | Sun, 15 Oct 2006 17:36:29 +0000 |
parents | 2d3ea4db3106 |
children |
line wrap: on
line source
## Process this file with automake to produce Makefile.in bin_PROGRAMS = @GFTP_GTK@ EXTRA_PROGRAMS = gftp-gtk gftp_gtk_SOURCES = bookmarks.c chmod_dialog.c delete_dialog.c dnd.c \ gftp-gtk.c gtkui.c gtkui_transfer.c menu-items.c \ misc-gtk.c options_dialog.c transfer.c view_dialog.c INCLUDES = @GTK_CFLAGS@ @PTHREAD_CFLAGS@ -I../../intl LDADD = ../../lib/libgftp.a ../../lib/fsplib/libfsp.a ../uicommon/libgftpui.a @GTK_LIBS@ @PTHREAD_LIBS@ @EXTRA_LIBS@ @GTHREAD_LIBS@ @SSL_LIBS@ @LIBINTL@ noinst_HEADERS = gftp-gtk.h