~ubuntu-branches/ubuntu/maverick/avr-libc/maverick

« back to all changes in this revision

Viewing changes to libc/string/Files.am

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2009-10-31 11:52:10 UTC
  • mfrom: (1.1.8 upstream) (4.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091031115210-x0mlijnegkce86fk
Tags: 1:1.6.7-1
* New upstream relese (closes: #544030)
* Added lintian overrides (closes: #553265)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27
27
# POSSIBILITY OF SUCH DAMAGE.
28
28
#
29
 
# $Id: Files.am,v 1.8 2007/03/08 11:59:41 dmix Exp $
 
29
# $Id: Files.am,v 1.8.2.2 2008/08/20 15:27:32 arcanum Exp $
30
30
#
31
31
 
32
 
string_a_c_sources =
 
32
string_a_c_sources = \
 
33
        strdup.c \
 
34
        strtok.c
33
35
 
34
36
string_a_asm_sources = \
35
37
        ffs.S \