annotate Makefile.am @ 941:19b6d55e2646

2008-01-24 Brian Masney <masneyb@gftp.org> * src/gtk/gftp-gtk.c src/gtk/menu-items.c src/gtk/transfer.c src/gtk/dnd.c src/gtk/gtkui_transfer.c src/gtk/bookmarks.c src/uicommon/gftpui.c - s/g_malloc/g_malloc0/
author masneyb
date Thu, 24 Jan 2008 23:26:45 +0000
parents 5b7b1d5ac06e
children
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
896
5b7b1d5ac06e 2007-3-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 886
diff changeset
3 SUBDIRS= docs intl lib po src
886
314c1a72ede5 2007-3-12 Brian Masney <masneyb@gftp.org>
masneyb
parents: 870
diff changeset
4 EXTRA_DIST= config.rpath ChangeLog-old README THANKS TODO \
440
44a018ea578c 2004-3-19 Brian Masney <masneyb@gftp.org>
masneyb
parents: 202
diff changeset
5 gftp.spec.in debian/changelog debian/compat debian/control debian/copyright \
44a018ea578c 2004-3-19 Brian Masney <masneyb@gftp.org>
masneyb
parents: 202
diff changeset
6 debian/gftp-common.dirs debian/gftp-common.docs debian/gftp-common.install \
44a018ea578c 2004-3-19 Brian Masney <masneyb@gftp.org>
masneyb
parents: 202
diff changeset
7 debian/gftp-gtk.install debian/gftp-gtk.links debian/gftp-gtk.menu \
44a018ea578c 2004-3-19 Brian Masney <masneyb@gftp.org>
masneyb
parents: 202
diff changeset
8 debian/gftp-text.install debian/gftp-text.links debian/gftp-text.postinst \
44a018ea578c 2004-3-19 Brian Masney <masneyb@gftp.org>
masneyb
parents: 202
diff changeset
9 debian/gftp-text.prerm debian/rules
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
10
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
11 dist-hook:
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
12 cp gftp.spec $(distdir)
26
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 17
diff changeset
13
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 17
diff changeset
14 ACLOCAL_AMFLAGS = -I m4
440
44a018ea578c 2004-3-19 Brian Masney <masneyb@gftp.org>
masneyb
parents: 202
diff changeset
15