Mercurial > gftp.yaz
view src/uicommon/Makefile.am @ 402:57087926bf03
2004-2-16 Brian Masney <masneyb@gftp.org>
* src/gtk/view_dialog.c - call mkstemps() to create the temporary
file. This is so that the extension of the file will be preserved
so that syntax highlighting will still work (from
Aurelien Jarno <aurelien@aurel32.net>)
* lib/Makefile.am lib/gftp.h lib/mkstemps.c po/POTFILES.in -
added mksteps() from the GNU C Library (from
Aurelien Jarno <aurelien@aurel32.net>)
author | masneyb |
---|---|
date | Tue, 17 Feb 2004 00:49:17 +0000 |
parents | eedc2c5727fa |
children | 4376ffeab64e |
line wrap: on
line source
## Process this file with automake to produce Makefile.in noinst_LIBRARIES = libgftpui.a libgftpui_a_SOURCES = gftpui.c gftpuicallbacks.c INCLUDES = @GLIB_CFLAGS@ @PTHREAD_CFLAGS@ -I../intl -DSHARE_DIR=\"$(datadir)/gftp\" noinst_HEADERS = gftpui.h