~ubuntu-branches/ubuntu/raring/gift-gnutella/raring

« back to all changes in this revision

Viewing changes to src/encoding/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Göran Weinholt
  • Date: 2005-07-31 13:56:53 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050731135653-3i7bcwnrbe7wfd1i
Tags: 0.0.10.1-1
* New upstream version.
  - Fixes FTBFS with gcc-4.0 (closes: #286732).
* Updated debian/patches/update-gwebcaches.patch.
* Updated debian/patches/remove-too-old-check.patch.
* debian/control:
  - Change the encoding of my name to UTF-8.
  - Updated to Standards-Version: 3.6.2 (no changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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