Mercurial > hg > index.fcgi > gift-gnutella > gift-gnutella-0.0.11-1pba
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:b531e8d411c8 |
---|---|
1 # $Id: Makefile.am,v 1.4 2004/01/07 07:24:43 hipnod Exp $ | |
2 | |
3 AM_CFLAGS = \ | |
4 $(LIBXML2_CFLAGS) \ | |
5 $(GNUTELLA_CFLAGS) | |
6 | |
7 INCLUDES = \ | |
8 -I$(top_srcdir)/src | |
9 | |
10 noinst_LTLIBRARIES = \ | |
11 libgt_message.la | |
12 | |
13 libgt_message_la_SOURCES = \ | |
14 bye.c \ | |
15 gt_message.c \ | |
16 gt_message.h \ | |
17 msg_handler.h \ | |
18 ping.c \ | |
19 ping_reply.c \ | |
20 push.c \ | |
21 query.c \ | |
22 query_reply.c \ | |
23 query_route.c \ | |
24 vendor.c | |
25 |