Mercurial > hg > index.fcgi > gift-gnutella > gift-gnutella-0.0.11-1pba
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:ae3124763b3a |
---|---|
1 AM_CFLAGS = \ | |
2 $(GNUTELLA_CFLAGS) | |
3 | |
4 INCLUDES = \ | |
5 -I$(top_srcdir)/src | |
6 | |
7 noinst_LTLIBRARIES = \ | |
8 libgt_transfer.la | |
9 | |
10 libgt_transfer_la_SOURCES = \ | |
11 download.c download.h \ | |
12 push_proxy.c push_proxy.h \ | |
13 source.c source.h |