annotate src/gtk/Makefile.am @ 74:e2b30d0c97a4

2002-12-333 Brian Masney <masneyb@gftp.org> * lib/config_file.c lib/gftp.h lib/protocols.c - removed use_default_dl_types option. This is always enabled by default now. * src/gtk/dnd.c src/gtk/transfer.c - fix for files that should be transferred as ascii
author masneyb
date Wed, 04 Dec 2002 02:35:45 +0000
parents c8ec7877432e
children fe36ed90aedd
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
33
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents: 26
diff changeset
9 LDADD = ../../lib/libgftp.a @LIBINTL@ @GTK_LIBS@ @PTHREAD_LIBS@ @EXTRA_LIBS@ @GTHREAD_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