annotate lib/Makefile.am @ 394:47337e04036f

2003-2-4 Brian Masney <masneyb@gftp.org> * lib/Makefile.am - added ftpcommon.h to noinst_HEADERS
author masneyb
date Thu, 05 Feb 2004 03:15:14 +0000
parents b39a312323ec
children 14ef37b62c20
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
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
3 noinst_LIBRARIES = libgftp.a
389
b39a312323ec 2003-2-3 Brian Masney <masneyb@gftp.org>
masneyb
parents: 290
diff changeset
4 libgftp_a_SOURCES=bookmark.c cache.c config_file.c ftps.c https.c local.c misc.c \
168
c505d9ba9d53 2003-6-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 146
diff changeset
5 protocols.c pty.c rfc959.c rfc2068.c sshv2.c sslcommon.c
290
6e255984c0b0 2003-10-18 Brian Masney <masneyb@gftp.org>
masneyb
parents: 168
diff changeset
6 INCLUDES=@GLIB_CFLAGS@ @PTHREAD_CFLAGS@ -I../intl -DSHARE_DIR=\"$(datadir)/gftp\" -DLOCALE_DIR=\"$(localedir)\"
394
47337e04036f 2003-2-4 Brian Masney <masneyb@gftp.org>
masneyb
parents: 389
diff changeset
7 noinst_HEADERS=gftp.h ftpcommon.h httpcommon.h options.h