Mercurial > hg > index.fcgi > gift-gnutella > gift-gnutella-0.0.11-1pba
comparison src/encoding/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:76d6153b00d2 |
---|---|
1 # $Id: Makefile.am,v 1.2 2004/03/24 06:34:36 hipnod Exp $ | |
2 | |
3 AM_CFLAGS = \ | |
4 $(GNUTELLA_CFLAGS) | |
5 | |
6 INCLUDES = \ | |
7 -I$(top_srcdir)/src | |
8 | |
9 noinst_LTLIBRARIES = \ | |
10 libgt_encoding.la | |
11 | |
12 libgt_encoding_la_SOURCES = \ | |
13 base32.c base32.h \ | |
14 url.c url.h |