diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/io/Makefile.am	Sat Feb 20 21:18:28 2010 -0800
     1.3 @@ -0,0 +1,24 @@
     1.4 +# $Id: Makefile.am,v 1.5 2004/01/29 11:36:03 hipnod Exp $
     1.5 +
     1.6 +AM_CFLAGS = \
     1.7 +	$(GNUTELLA_CFLAGS)
     1.8 +
     1.9 +INCLUDES = \
    1.10 +	-I$(top_srcdir)/src
    1.11 +
    1.12 +noinst_LTLIBRARIES = \
    1.13 +	libgt_io.la
    1.14 +
    1.15 +libgt_io_la_SOURCES = \
    1.16 +	io_buf.c          io_buf.h \
    1.17 +	rx_inflate.c      rx_inflate.h \
    1.18 +	rx_layer.c        rx_layer.h \
    1.19 +	rx_link.c         rx_link.h \
    1.20 +	rx_packet.c       rx_packet.h \
    1.21 +	rx_stack.c        rx_stack.h \
    1.22 +	tx_layer.c        tx_layer.h \
    1.23 +	tx_link.c         tx_link.h \
    1.24 +	tx_deflate.c \
    1.25 +	tx_packet.c \
    1.26 +	tx_stack.c        tx_stack.h
    1.27 +