diff src/message/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/message/Makefile.am	Sat Feb 20 21:18:28 2010 -0800
     1.3 @@ -0,0 +1,25 @@
     1.4 +# $Id: Makefile.am,v 1.4 2004/01/07 07:24:43 hipnod Exp $
     1.5 +
     1.6 +AM_CFLAGS = \
     1.7 +	$(LIBXML2_CFLAGS) \
     1.8 +	$(GNUTELLA_CFLAGS)
     1.9 +
    1.10 +INCLUDES = \
    1.11 +	-I$(top_srcdir)/src
    1.12 +
    1.13 +noinst_LTLIBRARIES = \
    1.14 +	libgt_message.la
    1.15 +
    1.16 +libgt_message_la_SOURCES = \
    1.17 +	bye.c            \
    1.18 +	gt_message.c     \
    1.19 +	gt_message.h     \
    1.20 +	msg_handler.h    \
    1.21 +	ping.c           \
    1.22 +	ping_reply.c     \
    1.23 +	push.c           \
    1.24 +	query.c          \
    1.25 +	query_reply.c    \
    1.26 +	query_route.c    \
    1.27 +	vendor.c
    1.28 +