Mercurial > gftp.yaz
view src/gtk/Makefile.am @ 343:0417d2b4d9bb
2003-12-29 Brian Masney <masneyb@gftp.org>
* po/POTFILES.in - added the new uicommon files to this file
author | masneyb |
---|---|
date | Mon, 29 Dec 2003 11:53:24 +0000 |
parents | eedc2c5727fa |
children | f3bcd5a9f342 |
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 menu-items.c misc-gtk.c \ options_dialog.c transfer.c view_dialog.c INCLUDES = @GTK_CFLAGS@ @PTHREAD_CFLAGS@ -DSHARE_DIR=\"$(datadir)/gftp\" -I../../intl LDADD = ../../lib/libgftp.a ../uicommon/libgftpui.a @GTK_LIBS@ @PTHREAD_LIBS@ @EXTRA_LIBS@ @GTHREAD_LIBS@ @SSL_LIBS@ noinst_HEADERS = gftp-gtk.h localedir = $(datadir)/locale