annotate lib/Makefile.am @ 900:1e44c7b7f41b

2007-3-22 Brian Masney <masneyb@gftp.org> * configure.in - updated to use automake 1.9. * cvsclean - remove more files when cleaning up the directory. * po/he.po - removed string that gettext was complaining about.
author masneyb
date Sat, 24 Mar 2007 01:32:03 +0000
parents 2d3ea4db3106
children c7d7a081cd9c
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
663
2d3ea4db3106 2005-1-16 Brian Masney <masneyb@gftp.org>
masneyb
parents: 402
diff changeset
3 SUBDIRS=fsplib
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
4 noinst_LIBRARIES = libgftp.a
663
2d3ea4db3106 2005-1-16 Brian Masney <masneyb@gftp.org>
masneyb
parents: 402
diff changeset
5 libgftp_a_SOURCES=bookmark.c cache.c config_file.c fsp.c ftps.c https.c \
2d3ea4db3106 2005-1-16 Brian Masney <masneyb@gftp.org>
masneyb
parents: 402
diff changeset
6 local.c misc.c mkstemps.c protocols.c pty.c rfc959.c \
2d3ea4db3106 2005-1-16 Brian Masney <masneyb@gftp.org>
masneyb
parents: 402
diff changeset
7 rfc2068.c sshv2.c sslcommon.c
397
14ef37b62c20 2004-2-8 Brian Masney <masneyb@gftp.org>
masneyb
parents: 394
diff changeset
8 INCLUDES=@GLIB_CFLAGS@ @PTHREAD_CFLAGS@ -I../intl -DSHARE_DIR=\"$(datadir)/gftp\" -DLOCALE_DIR=\"$(datadir)/locale\"
394
47337e04036f 2003-2-4 Brian Masney <masneyb@gftp.org>
masneyb
parents: 389
diff changeset
9 noinst_HEADERS=gftp.h ftpcommon.h httpcommon.h options.h