comparison lib/Makefile.am @ 663:2d3ea4db3106

2005-1-16 Brian Masney <masneyb@gftp.org> * configure.in lib/Makefile.am src/gtk/Makefile.am src/text/Makefile.am lib/fsp.c - added FSP to the build system * lib/fsp.c - removed unused variables * autogen.sh - s/gFTP/$PROJECT/
author masneyb
date Sun, 16 Jan 2005 16:15:05 +0000
parents 57087926bf03
children c7d7a081cd9c
comparison
equal deleted inserted replaced
662:be9663e0be00 663:2d3ea4db3106
1 ## Process this file with automake to produce Makefile.in 1 ## Process this file with automake to produce Makefile.in
2 2
3 SUBDIRS=fsplib
3 noinst_LIBRARIES = libgftp.a 4 noinst_LIBRARIES = libgftp.a
4 libgftp_a_SOURCES=bookmark.c cache.c config_file.c ftps.c https.c local.c \ 5 libgftp_a_SOURCES=bookmark.c cache.c config_file.c fsp.c ftps.c https.c \
5 misc.c mkstemps.c protocols.c pty.c rfc959.c rfc2068.c \ 6 local.c misc.c mkstemps.c protocols.c pty.c rfc959.c \
6 sshv2.c sslcommon.c 7 rfc2068.c sshv2.c sslcommon.c
7 INCLUDES=@GLIB_CFLAGS@ @PTHREAD_CFLAGS@ -I../intl -DSHARE_DIR=\"$(datadir)/gftp\" -DLOCALE_DIR=\"$(datadir)/locale\" 8 INCLUDES=@GLIB_CFLAGS@ @PTHREAD_CFLAGS@ -I../intl -DSHARE_DIR=\"$(datadir)/gftp\" -DLOCALE_DIR=\"$(datadir)/locale\"
8 noinst_HEADERS=gftp.h ftpcommon.h httpcommon.h options.h 9 noinst_HEADERS=gftp.h ftpcommon.h httpcommon.h options.h