view 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
line wrap: on
line source

## Process this file with automake to produce Makefile.in 

noinst_LIBRARIES = libgftp.a
libgftp_a_SOURCES=bookmark.c cache.c config_file.c ftps.c https.c local.c misc.c \
                  protocols.c pty.c rfc959.c rfc2068.c sshv2.c sslcommon.c
INCLUDES=@GLIB_CFLAGS@ @PTHREAD_CFLAGS@ -I../intl -DSHARE_DIR=\"$(datadir)/gftp\" -DLOCALE_DIR=\"$(localedir)\"
noinst_HEADERS=gftp.h ftpcommon.h httpcommon.h options.h