Mercurial > hg > index.fcgi > gift-gnutella > gift-gnutella-0.0.11-1pba
comparison src/io/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:219ce18a1fc0 |
---|---|
1 # $Id: Makefile.am,v 1.5 2004/01/29 11:36:03 hipnod Exp $ | |
2 | |
3 AM_CFLAGS = \ | |
4 $(GNUTELLA_CFLAGS) | |
5 | |
6 INCLUDES = \ | |
7 -I$(top_srcdir)/src | |
8 | |
9 noinst_LTLIBRARIES = \ | |
10 libgt_io.la | |
11 | |
12 libgt_io_la_SOURCES = \ | |
13 io_buf.c io_buf.h \ | |
14 rx_inflate.c rx_inflate.h \ | |
15 rx_layer.c rx_layer.h \ | |
16 rx_link.c rx_link.h \ | |
17 rx_packet.c rx_packet.h \ | |
18 rx_stack.c rx_stack.h \ | |
19 tx_layer.c tx_layer.h \ | |
20 tx_link.c tx_link.h \ | |
21 tx_deflate.c \ | |
22 tx_packet.c \ | |
23 tx_stack.c tx_stack.h | |
24 |