annotate Makefile.am @ 703:56de00e9afa1
2005-3-31 Brian Masney <masneyb@gftp.org>
* src/gtk/transfer.c (check_done_process) - make sure the local file is
not removed if the editor is set to a non-existent editor
author |
masneyb |
date |
Thu, 31 Mar 2005 21:49:20 +0000 |
parents |
44a018ea578c |
children |
44961d0159ed |
rev |
line source |
1
|
1 ## Process this file with automake to produce Makefile.in
|
|
2
|
202
|
3 SUBDIRS= docs intl lib po src
|
|
4 EXTRA_DIST= config.rpath mkinstalldirs ChangeLog-old README THANKS TODO \
|
440
|
5 gftp.spec.in debian/changelog debian/compat debian/control debian/copyright \
|
|
6 debian/gftp-common.dirs debian/gftp-common.docs debian/gftp-common.install \
|
|
7 debian/gftp-gtk.install debian/gftp-gtk.links debian/gftp-gtk.menu \
|
|
8 debian/gftp-text.install debian/gftp-text.links debian/gftp-text.postinst \
|
|
9 debian/gftp-text.prerm debian/rules
|
1
|
10
|
|
11 dist-hook:
|
|
12 cp gftp.spec $(distdir)
|
26
|
13
|
|
14 ACLOCAL_AMFLAGS = -I m4
|
440
|
15
|