Mercurial > hg > index.fcgi > gift-gnutella > gift-gnutella-0.0.11-1pba
diff src/transfer/Makefile.am @ 0:d39e1d0d75b6
initial add
author | paulo@hit-nxdomain.opendns.com |
---|---|
date | Sat, 20 Feb 2010 21:18:28 -0800 |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/src/transfer/Makefile.am Sat Feb 20 21:18:28 2010 -0800 1.3 @@ -0,0 +1,13 @@ 1.4 +AM_CFLAGS = \ 1.5 + $(GNUTELLA_CFLAGS) 1.6 + 1.7 +INCLUDES = \ 1.8 + -I$(top_srcdir)/src 1.9 + 1.10 +noinst_LTLIBRARIES = \ 1.11 + libgt_transfer.la 1.12 + 1.13 +libgt_transfer_la_SOURCES = \ 1.14 + download.c download.h \ 1.15 + push_proxy.c push_proxy.h \ 1.16 + source.c source.h