view 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
line source
1 # $Id: Makefile.am,v 1.5 2004/01/29 11:36:03 hipnod Exp $
3 AM_CFLAGS = \
4 $(GNUTELLA_CFLAGS)
6 INCLUDES = \
7 -I$(top_srcdir)/src
9 noinst_LTLIBRARIES = \
10 libgt_io.la
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