annotate Makefile.am @ 51:33a0ba7f52d1
2002-11-6 Brian Masney <masneyb@gftp.org>
* src/gtk/gftp-gtk.c - connect to the select_row signal in the file
listbox to grab the double click event
author |
masneyb |
date |
Thu, 07 Nov 2002 02:38:34 +0000 |
parents |
c8ec7877432e |
children |
cd3e457cbc85 |
rev |
line source |
1
|
1 ## Process this file with automake to produce Makefile.in
|
|
2
|
33
|
3 SUBDIRS=docs lib po src
|
|
4 EXTRA_DIST=ChangeLog-old README THANKS TODO \
|
26
|
5 gftp.spec.in debian/changelog debian/control debian/copyright \
|
|
6 debian/dirs debian/docs debian/menu debian/rules
|
1
|
7
|
|
8 dist-hook:
|
|
9 cp gftp.spec $(distdir)
|
26
|
10
|
|
11 ACLOCAL_AMFLAGS = -I m4
|