Mercurial > hg > index.fcgi > gift-gnutella > gift-gnutella-0.0.11-1pba
diff 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 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/src/encoding/Makefile.am Sat Feb 20 21:18:28 2010 -0800 1.3 @@ -0,0 +1,14 @@ 1.4 +# $Id: Makefile.am,v 1.2 2004/03/24 06:34:36 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_encoding.la 1.14 + 1.15 +libgt_encoding_la_SOURCES = \ 1.16 + base32.c base32.h \ 1.17 + url.c url.h