annotate lib/Makefile.am @ 192:2be24d5cc033
added Macedonian translation
author |
stojmir |
date |
Wed, 18 Jun 2003 11:09:39 +0000 |
parents |
c505d9ba9d53 |
children |
6e255984c0b0 |
rev |
line source |
1
|
1 ## Process this file with automake to produce Makefile.in
|
|
2
|
|
3 noinst_LIBRARIES = libgftp.a
|
168
|
4 libgftp_a_SOURCES=bookmark.c cache.c config_file.c https.c local.c misc.c \
|
|
5 protocols.c pty.c rfc959.c rfc2068.c sshv2.c sslcommon.c
|
1
|
6 INCLUDES=@GLIB_CFLAGS@ @PTHREAD_CFLAGS@ -I../intl -DSHARE_DIR=\"$(datadir)/gftp\"
|
168
|
7 noinst_HEADERS=gftp.h httpcommon.h options.h
|