annotate lib/Makefile.am @ 732:aaabee793456
2006-4-10 Brian Masney <masneyb@gftp.org>
* configure.in - added he to ALL_LINGUAS
author |
masneyb |
date |
Tue, 11 Apr 2006 00:17:45 +0000 |
parents |
2d3ea4db3106 |
children |
c7d7a081cd9c |
rev |
line source |
1
|
1 ## Process this file with automake to produce Makefile.in
|
|
2
|
663
|
3 SUBDIRS=fsplib
|
1
|
4 noinst_LIBRARIES = libgftp.a
|
663
|
5 libgftp_a_SOURCES=bookmark.c cache.c config_file.c fsp.c ftps.c https.c \
|
|
6 local.c misc.c mkstemps.c protocols.c pty.c rfc959.c \
|
|
7 rfc2068.c sshv2.c sslcommon.c
|
397
|
8 INCLUDES=@GLIB_CFLAGS@ @PTHREAD_CFLAGS@ -I../intl -DSHARE_DIR=\"$(datadir)/gftp\" -DLOCALE_DIR=\"$(datadir)/locale\"
|
394
|
9 noinst_HEADERS=gftp.h ftpcommon.h httpcommon.h options.h
|