annotate lib/Makefile.am @ 164:a7e1863c9c46
2003-05-15 Christian Rose <menthos@menthos.com>
* sv.po: Updated Swedish translation.
author |
menthos |
date |
Fri, 23 May 2003 13:16:33 +0000 |
parents |
782f84694489 |
children |
c505d9ba9d53 |
rev |
line source |
1
|
1 ## Process this file with automake to produce Makefile.in
|
|
2
|
|
3 noinst_LIBRARIES = libgftp.a
|
|
4 libgftp_a_SOURCES=bookmark.c cache.c config_file.c local.c misc.c protocols.c \
|
146
|
5 pty.c rfc959.c rfc2068.c sshv2.c
|
1
|
6 INCLUDES=@GLIB_CFLAGS@ @PTHREAD_CFLAGS@ -I../intl -DSHARE_DIR=\"$(datadir)/gftp\"
|
|
7 noinst_HEADERS=gftp.h options.h
|