diff lib/Makefile.am @ 1:8b1883341c6f

Initial revision
author masneyb
date Mon, 05 Aug 2002 19:46:57 +0000
parents
children 7ef60ce2bdb2
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/Makefile.am	Mon Aug 05 19:46:57 2002 +0000
@@ -0,0 +1,7 @@
+## Process this file with automake to produce Makefile.in 
+
+noinst_LIBRARIES = libgftp.a
+libgftp_a_SOURCES=bookmark.c cache.c config_file.c local.c misc.c protocols.c \
+                  rfc959.c rfc2068.c ssh.c sshv2.c
+INCLUDES=@GLIB_CFLAGS@ @PTHREAD_CFLAGS@ -I../intl -DSHARE_DIR=\"$(datadir)/gftp\" 
+noinst_HEADERS=gftp.h options.h